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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c1067 xmlXPathObjectPtr *resultsTab[XSLT_MAX_SORT]; local
1138 resultsTab[0] = xsltComputeSortResult(ctxt, sorts[0]);
1140 resultsTab[i] = NULL;
1142 results = resultsTab[0];
1203 if (resultsTab[depth] == NULL)
1204 resultsTab[depth] = xsltComputeSortResult(ctxt,
1206 res = resultsTab[depth];
1263 if (resultsTab[depth] == NULL)
1265 res = resultsTab[depth];
1290 if (resultsTab[
[all...]

Completed in 76 milliseconds