Searched refs:cupsArrayNew3 (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | array.c | 685 return (cupsArrayNew3(f, d, 0, 0, 0, 0)); in cupsArrayNew() 709 return (cupsArrayNew3(f, d, h, hsize, 0, 0)); in cupsArrayNew2() 734 cupsArrayNew3(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew3() function 796 if ((a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, in _cupsArrayNewStrings()
|
D | array.h | 72 extern cups_array_t *cupsArrayNew3(cups_array_func_t f, void *d,
|
D | ppd-cache.c | 511 pc->filters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithFile() 520 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithFile() 858 cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithFile() 891 pc->support_files = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithFile() 1586 pc->filters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithPPD() 1645 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithPPD() 1676 pc->finishings = cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithPPD() 1703 …pc->finishings = cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, NULL, NULL, 0, NULL, (cu… in _ppdCacheCreateWithPPD() 1839 pc->support_files = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithPPD() 3259 …sizes = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_a… in _ppdCreateFromIPP() [all …]
|
D | libcups2.def | 136 cupsArrayNew3
|
D | dest-options.c | 1424 dinfo->constraints = cupsArrayNew3(NULL, NULL, NULL, 0, NULL, in cups_create_constraints() 1426 dinfo->resolvers = cupsArrayNew3((cups_array_func_t)cups_compare_dconstres, in cups_create_constraints() 1518 db = cupsArrayNew3((cups_array_func_t)cups_compare_media_db, in cups_create_media_db()
|
D | language.c | 1230 return (cupsArrayNew3((cups_array_func_t)cups_message_compare, context, in _cupsMessageNew()
|
D | dest.c | 3611 …data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL,…
|