Searched refs:templCountTab (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c303 templ->templCountTab =
305 sizeof(templ->templCountTab[0]));
306 if (templ->templCalledTab == NULL || templ->templCountTab == NULL) {
317 templ->templCountTab =
318 (int *) xmlRealloc(templ->templCountTab,
320 sizeof(templ->templCountTab[0]));
321 if (templ->templCalledTab == NULL || templ->templCountTab == NULL) {
329 templ->templCountTab[i]++;
336 templ->templCountTab[templ->templNr] = 1;
H A Dxsltutils.c2093 templ1->templCountTab[j], /* number of times caller calls 'this' */
2118 total+=templ2->templCountTab[l];
2129 templ2->templCountTab[l], /* number of times 'this' calls callee */
H A DxsltInternals.h301 int *templCountTab; /* .. and how often */ member in struct:_xsltTemplate
H A Dxslt.c427 if (template->templCountTab) xmlFree(template->templCountTab);

Completed in 141 milliseconds