Searched refs:cups_array_func_t (Results 1 – 14 of 14) sorted by relevance
/external/libcups/cups/ |
D | array.h | 42 typedef int (*cups_array_func_t)(void *first, void *second, void *data); typedef 69 extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d) _CUPS_API_1_2; 70 extern cups_array_t *cupsArrayNew2(cups_array_func_t f, void *d, 72 extern cups_array_t *cupsArrayNew3(cups_array_func_t f, void *d,
|
D | array.c | 55 cups_array_func_t compare; /* Element comparison function */ 682 cupsArrayNew(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array */ in cupsArrayNew() 704 cupsArrayNew2(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew2() 734 cupsArrayNew3(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew3() 796 if ((a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, in _cupsArrayNewStrings()
|
D | pwg-media.c | 591 cg->leg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_legacy, in pwgMediaForLegacy() 649 cg->ppd_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_ppd, NULL); in pwgMediaForPPD() 826 cg->pwg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_pwg, NULL); in pwgMediaForPWG()
|
D | testarray.c | 68 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
|
D | ipp-support.c | 1757 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray() 1779 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
|
D | dest-options.c | 380 pass = cupsArrayNew((cups_array_func_t)cups_compare_dconstres, NULL); in cupsCopyDestConflicts() 412 resolvers = cupsArrayNew((cups_array_func_t)cups_compare_dconstres, NULL); in cupsCopyDestConflicts() 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 | ppd-conflicts.c | 225 pass = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts() 235 resolvers = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts()
|
D | ppd.c | 666 ppd->coptions = cupsArrayNew((cups_array_func_t)ppd_compare_coptions, in _ppdOpen() 2091 ppd->options = cupsArrayNew2((cups_array_func_t)ppd_compare_options, NULL, in _ppdOpen() 2120 ppd->marked = cupsArrayNew((cups_array_func_t)ppd_compare_choices, NULL); in _ppdOpen() 2346 ppd->sorted_attrs = cupsArrayNew((cups_array_func_t)ppd_compare_attrs, in ppd_add_attr() 2669 copt->params = cupsArrayNew((cups_array_func_t)NULL, NULL); in ppd_get_coption()
|
D | string.c | 69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
|
D | ppd-cache.c | 858 cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithFile() 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() 3259 …sizes = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_a… in _ppdCreateFromIPP() 3296 …sizes = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_a… in _ppdCreateFromIPP() 3333 …sizes = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_a… in _ppdCreateFromIPP() 3901 …names = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_a… in _ppdCreateFromIPP()
|
D | ppd-localize.c | 567 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
|
D | ppd-emit.c | 992 params = cupsArrayNew((cups_array_func_t)ppd_compare_cparams, NULL); in ppdEmitString()
|
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,…
|