Searched refs:profTab (Results 1 – 2 of 2) sorted by relevance
245 ctxt->profTab = in profPush()246 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0])); in profPush()247 if (ctxt->profTab == NULL) { in profPush()254 ctxt->profTab = in profPush()255 (long *) xmlRealloc(ctxt->profTab, in profPush()256 ctxt->profMax * sizeof(ctxt->profTab[0])); in profPush()257 if (ctxt->profTab == NULL) { in profPush()262 ctxt->profTab[ctxt->profNr] = value; in profPush()283 ctxt->prof = ctxt->profTab[ctxt->profNr - 1]; in profPop()286 ret = ctxt->profTab[ctxt->profNr]; in profPop()[all …]
1718 long *profTab; /* the profile template stack */ member