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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c1872 if (template->nbCalls > 0)
1884 (templates[i]->nbCalls <= templates[j]->nbCalls))) {
1922 fprintf(output, " %6d", templates[i]->nbCalls);
1924 templates[i]->time / templates[i]->nbCalls);
1925 total += templates[i]->nbCalls;
1995 if (templ->nbCalls > 0)
2010 (templates[i]->nbCalls <= templates[j]->nbCalls))) {
2033 sprintf(buf, "%d", templates[i]->nbCalls);
[all...]
H A DxsltInternals.h241 int nbCalls; /* the number of time the template was called */ member in struct:_xsltTemplate
H A Dtransform.c2050 templ->nbCalls++;

Completed in 107 milliseconds