Lines Matching refs:pushTab
1622 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1624 sizeof(ctxt->pushTab[0]));
1629 ctxt->pushTab = tmp2;
1633 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix;
1634 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI;
1635 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (long) nsNr;
10924 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 3],
10925 (void *) ctxt->pushTab[ctxt->nameNr * 3 - 2], 0,
10926 (int) (long) ctxt->pushTab[ctxt->nameNr * 3 - 1], 0);
11561 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *));
11562 if (ctxt->pushTab == NULL) {
14036 if (ctxt->pushTab == NULL) {
14037 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 *
14039 if (ctxt->pushTab == NULL) {