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

/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1969 xsltTemplatePtr templ1,templ2; local
1985 templ1 = style->templates;
1986 while (templ1 != NULL) {
1990 if (templ1->nbCalls > 0)
1991 templates[nb++] = templ1;
1992 templ1 = templ1->next;
2003 templ1 = templates[j];
2005 templates[i] = templ1;
2018 templ1
[all...]

Completed in 106 milliseconds