Searched refs:profTab (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c221 ctxt->profTab =
222 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
223 if (ctxt->profTab == NULL) {
230 ctxt->profTab =
231 (long *) xmlRealloc(ctxt->profTab,
232 ctxt->profMax * sizeof(ctxt->profTab[0]));
233 if (ctxt->profTab == NULL) {
238 ctxt->profTab[ctxt->profNr] = value;
259 ctxt->prof = ctxt->profTab[ctxt->profNr - 1];
262 ret = ctxt->profTab[ctx
[all...]
H A DxsltInternals.h1603 long *profTab; /* the profile template stack */ member in struct:_xsltTransformContext

Completed in 55 milliseconds