Home
last modified time | relevance | path

Searched refs:pushTab (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h283 void * *pushTab; /* array of data for push */ member
/external/libxml2/
DparserInternals.c1795 if (ctxt->pushTab != NULL) xmlFree(ctxt->pushTab); in xmlFreeParserCtxt()
Dparser.c1850 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()
1852 sizeof(ctxt->pushTab[0])); in nameNsPush()
1857 ctxt->pushTab = tmp2; in nameNsPush()
1861 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; in nameNsPush()
1862 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI; in nameNsPush()
1863 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (ptrdiff_t) nsNr; in nameNsPush()
11532 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 3], in xmlParseTryOrFinish()
11533 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 2], 0, in xmlParseTryOrFinish()
11535 ctxt->pushTab[ctxt->nameNr * 3 - 1], 0); in xmlParseTryOrFinish()
12359 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *)); in xmlCreatePushParserCtxt()
[all …]
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle299 d pushTab * void *