Lines Matching refs:pushTab
1771 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()
1773 sizeof(ctxt->pushTab[0])); in nameNsPush()
1778 ctxt->pushTab = tmp2; in nameNsPush()
1782 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; in nameNsPush()
1783 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI; in nameNsPush()
1784 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (long) nsNr; in nameNsPush()
11170 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 3], in xmlParseTryOrFinish()
11171 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 2], 0, in xmlParseTryOrFinish()
11172 (int) (long) ctxt->pushTab[ctxt->nameNr * 3 - 1], 0); in xmlParseTryOrFinish()
11858 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *)); in xmlCreatePushParserCtxt()
11859 if (ctxt->pushTab == NULL) { in xmlCreatePushParserCtxt()
14386 if (ctxt->pushTab == NULL) { in xmlCtxtResetPush()
14387 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * in xmlCtxtResetPush()
14389 if (ctxt->pushTab == NULL) { in xmlCtxtResetPush()