HomeSort by relevance Sort by last modified time
    Searched refs:profMax (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
transform.c 243 if (ctxt->profMax == 0) {
244 ctxt->profMax = 4;
246 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
252 if (ctxt->profNr >= ctxt->profMax) {
253 ctxt->profMax *= 2;
256 ctxt->profMax * sizeof(ctxt->profTab[0]));
480 cur->profMax = 0;
    [all...]
xsltInternals.h     [all...]

Completed in 529 milliseconds