HomeSort by relevance Sort by last modified time
    Searched refs:cupsArrayNew3 (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
array.h 72 extern cups_array_t *cupsArrayNew3(cups_array_func_t f, void *d,
array.c 685 return (cupsArrayNew3(f, d, 0, 0, 0, 0));
709 return (cupsArrayNew3(f, d, h, hsize, 0, 0));
714 * 'cupsArrayNew3()' - Create a new array with hash and/or free function.
734 cupsArrayNew3(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array */
796 if ((a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0,
ppd-cache.c 509 pc->filters = cupsArrayNew3(NULL, NULL, NULL, 0,
518 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0,
856 cupsArrayNew3((cups_array_func_t)pwg_compare_finishings,
889 pc->support_files = cupsArrayNew3(NULL, NULL, NULL, 0,
    [all...]
dest-options.c     [all...]
language.c 1193 return (cupsArrayNew3((cups_array_func_t)cups_message_compare, context,
    [all...]
dest.c 1031 data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL, (cups_afree_func_t)cups_dnssd_free_device);
    [all...]

Completed in 376 milliseconds