Home | History | Annotate | Download | only in libxml2

Lines Matching refs:pushTab

1850         tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1852 sizeof(ctxt->pushTab[0]));
1857 ctxt->pushTab = tmp2;
1861 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix;
1862 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI;
1863 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (ptrdiff_t) nsNr;
11532 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 3],
11533 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 2], 0,
11535 ctxt->pushTab[ctxt->nameNr * 3 - 1], 0);
12359 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *));
12360 if (ctxt->pushTab == NULL) {
14942 if (ctxt->pushTab == NULL) {
14943 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 *
14945 if (ctxt->pushTab == NULL) {