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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c1067 xmlXPathObjectPtr *resultsTab[XSLT_MAX_SORT];
1077 int tempstype[XSLT_MAX_SORT], temporder[XSLT_MAX_SORT];
1080 (nbsorts >= XSLT_MAX_SORT))
1139 for (i = 1;i < XSLT_MAX_SORT;i++)
H A DxsltInternals.h160 * XSLT_MAX_SORT:
164 #define XSLT_MAX_SORT 15 macro
H A Dtransform.c4225 xmlNodePtr sorts[XSLT_MAX_SORT];
4448 if (nbsorts >= XSLT_MAX_SORT) {
4815 xmlNodePtr sorts[XSLT_MAX_SORT];
4894 if (nbsorts >= XSLT_MAX_SORT) {

Completed in 58 milliseconds