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

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-list.c61 stp_node_sortfunc sortfunc; /*!< Callback to compare (sort) nodes */ member in struct:stp_list
149 list->sortfunc = NULL;
530 stp_list_set_sortfunc(stp_list_t *list, stp_node_sortfunc sortfunc) argument
533 list->sortfunc = sortfunc;
540 return list->sortfunc;
578 if (list->sortfunc)
584 if (list->sortfunc(lnn->data, ln->data) <= 0)
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dlist.h263 * @param sortfunc the function to set.
266 stp_node_sortfunc sortfunc);
322 * @warning Note that if a sortfunc is in use, changing the data
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c1319 if (ctxt->sortfunc != NULL)
1320 (ctxt->sortfunc)(ctxt, sorts, nbsorts);
1352 ctxt->sortfunc = handler;
H A DxsltInternals.h1617 xsltSortFunc sortfunc; /* a ctxt specific sort routine */ member in struct:_xsltTransformContext

Completed in 56 milliseconds