Searched refs:nbCalls (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1990 if (templ1->nbCalls > 0)
2002 (templates[i]->nbCalls <= templates[j]->nbCalls))) {
2044 fprintf(output, " %6d", templ1->nbCalls);
2046 templ1->time / templ1->nbCalls);
2047 total += templ1->nbCalls;
2094 templ1->nbCalls); /* total number of calls to 'this' */
2107 templ1->nbCalls,
2216 if (templ->nbCalls > 0)
2231 (templates[i]->nbCalls <
[all...]
H A DxsltInternals.h294 int nbCalls; /* the number of time the template was called */ member in struct:_xsltTemplate
H A Dtransform.c3027 templ->nbCalls++;

Completed in 142 milliseconds