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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.h178 xsltSetSortFunc (xsltSortFunc handler);
181 xsltSortFunc handler);
H A DxsltInternals.h359 * xsltSortFunc:
366 typedef void (*xsltSortFunc) (xsltTransformContextPtr ctxt, xmlNodePtr *sorts, typedef
1617 xsltSortFunc sortfunc; /* a ctxt specific sort routine */
H A Dxsltutils.c1299 static xsltSortFunc xsltSortFunction = xsltDefaultSortFunction;
1333 xsltSetSortFunc(xsltSortFunc handler) {
1351 xsltSetCtxtSortFunc(xsltTransformContextPtr ctxt, xsltSortFunc handler) {

Completed in 53 milliseconds