Home
last modified time | relevance | path

Searched refs:cupsArrayNew2 (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Darray.h64 extern cups_array_t *cupsArrayNew2(cups_array_func_t f, void *d,
Dlibcups2.def162 cupsArrayNew2
Darray.c698 cupsArrayNew2(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew2() function
Dppd.c2054 ppd->options = cupsArrayNew2((cups_array_func_t)ppd_compare_options, NULL, in _ppdOpen()