Searched refs:cupsArrayNew2 (Results 1 – 4 of 4) sorted by relevance
64 extern cups_array_t *cupsArrayNew2(cups_array_func_t f, void *d,
162 cupsArrayNew2
698 cupsArrayNew2(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew2() function
2054 ppd->options = cupsArrayNew2((cups_array_func_t)ppd_compare_options, NULL, in _ppdOpen()