Home
last modified time | relevance | path

Searched refs:cups_array_func_t (Results 1 – 14 of 14) sorted by relevance

/external/libcups/cups/
Darray.h42 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,
Darray.c55 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()
Dpwg-media.c591 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()
Dtestarray.c68 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
Dipp-support.c1757 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1779 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
Ddest-options.c380 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()
Dppd-conflicts.c225 pass = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts()
235 resolvers = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts()
Dppd.c666 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()
Dstring.c69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
Dppd-cache.c858 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()
Dppd-localize.c567 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
Dppd-emit.c992 params = cupsArrayNew((cups_array_func_t)ppd_compare_cparams, NULL); in ppdEmitString()
Dlanguage.c1230 return (cupsArrayNew3((cups_array_func_t)cups_message_compare, context, in _cupsMessageNew()
Ddest.c3611 …data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL,…