Searched refs:pushTab (Results 1 – 4 of 4) sorted by relevance
283 void * *pushTab; /* array of data for push */ member
1791 if (ctxt->pushTab != NULL) xmlFree(ctxt->pushTab); in xmlFreeParserCtxt()
1838 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()1840 sizeof(ctxt->pushTab[0])); in nameNsPush()1845 ctxt->pushTab = tmp2; in nameNsPush()1849 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; in nameNsPush()1850 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI; in nameNsPush()1851 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (long) nsNr; in nameNsPush()11744 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 3], in xmlParseTryOrFinish()11745 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 2], 0, in xmlParseTryOrFinish()11746 (int) (long) ctxt->pushTab[ctxt->nameNr * 3 - 1], 0); in xmlParseTryOrFinish()12569 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *)); in xmlCreatePushParserCtxt()[all …]
297 d pushTab * void *