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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltutils.h180 xsltSetSortFunc (xsltSortFunc handler);
183 xsltSortFunc handler);
H A DxsltInternals.h417 * xsltSortFunc:
424 typedef void (*xsltSortFunc) (xsltTransformContextPtr ctxt, xmlNodePtr *sorts, typedef
1741 xsltSortFunc sortfunc; /* a ctxt specific sort routine */
H A Dxsltutils.c1343 static xsltSortFunc xsltSortFunction = xsltDefaultSortFunction;
1377 xsltSetSortFunc(xsltSortFunc handler) {
1395 xsltSetCtxtSortFunc(xsltTransformContextPtr ctxt, xsltSortFunc handler) {

Completed in 126 milliseconds