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

/macosx-10.10.1/libxslt-13/libxslt/examples/
H A DxsltICUSort.c42 xmlXPathObjectPtr *resultsTab[XSLT_MAX_SORT];
53 int tempstype[XSLT_MAX_SORT], temporder[XSLT_MAX_SORT];
64 (nbsorts >= XSLT_MAX_SORT))
123 for (i = 1;i < XSLT_MAX_SORT;i++)
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c1101 xmlXPathObjectPtr *resultsTab[XSLT_MAX_SORT];
1111 int tempstype[XSLT_MAX_SORT], temporder[XSLT_MAX_SORT];
1114 (nbsorts >= XSLT_MAX_SORT))
1173 for (i = 1;i < XSLT_MAX_SORT;i++)
H A DxsltInternals.h213 * XSLT_MAX_SORT:
217 #define XSLT_MAX_SORT 15 macro
H A Dtransform.c5032 * xmlNodePtr sorts[XSLT_MAX_SORT] if there's no xsl:sort)
5065 xmlNodePtr sorts[XSLT_MAX_SORT];
5093 if (nbsorts >= XSLT_MAX_SORT) {
5690 xmlNodePtr sorts[XSLT_MAX_SORT];
5701 if (nbsorts >= XSLT_MAX_SORT) {
5705 XSLT_MAX_SORT);

Completed in 182 milliseconds