pushTab 283 third_party/libxml/src/include/libxml/parser.h void * *pushTab; /* array of data for push */ pushTab 1639 third_party/libxml/src/parser.c tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab, pushTab 1641 third_party/libxml/src/parser.c sizeof(ctxt->pushTab[0])); pushTab 1646 third_party/libxml/src/parser.c ctxt->pushTab = tmp2; pushTab 1650 third_party/libxml/src/parser.c ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; pushTab 1651 third_party/libxml/src/parser.c ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI; pushTab 1652 third_party/libxml/src/parser.c ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (long) nsNr; pushTab 11151 third_party/libxml/src/parser.c (void *) ctxt->pushTab[ctxt->nameNr * 3 - 3], pushTab 11152 third_party/libxml/src/parser.c (void *) ctxt->pushTab[ctxt->nameNr * 3 - 2], 0, pushTab 11153 third_party/libxml/src/parser.c (int) (long) ctxt->pushTab[ctxt->nameNr * 3 - 1], 0); pushTab 11865 third_party/libxml/src/parser.c ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *)); pushTab 11866 third_party/libxml/src/parser.c if (ctxt->pushTab == NULL) { pushTab 14394 third_party/libxml/src/parser.c if (ctxt->pushTab == NULL) { pushTab 14395 third_party/libxml/src/parser.c ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * pushTab 14397 third_party/libxml/src/parser.c if (ctxt->pushTab == NULL) { pushTab 1803 third_party/libxml/src/parserInternals.c if (ctxt->pushTab != NULL) xmlFree(ctxt->pushTab);