Home
last modified time | relevance | path

Searched refs:cupsArrayNew3 (Results 1 – 13 of 13) sorted by relevance

/external/libcups/cups/
Darray.c679 return (cupsArrayNew3(f, d, 0, 0, 0, 0)); in cupsArrayNew()
703 return (cupsArrayNew3(f, d, h, hsize, 0, 0)); in cupsArrayNew2()
728 cupsArrayNew3(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew3() function
790 if ((a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, in _cupsArrayNewStrings()
Darray.h66 extern cups_array_t *cupsArrayNew3(cups_array_func_t f, void *d,
Dppd-cache.c536 …pc->filters = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func_t)fre… in _ppdCacheCreateWithFile()
543 …pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func_t)… in _ppdCacheCreateWithFile()
879 cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithFile()
895 …pc->templates = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup,… in _ppdCacheCreateWithFile()
919 …pc->support_files = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func… in _ppdCacheCreateWithFile()
1648 …pc->filters = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func_t)fre… in _ppdCacheCreateWithPPD()
1705 …pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func_t)… in _ppdCacheCreateWithPPD()
1734 pc->finishings = cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithPPD()
1759 …pc->finishings = cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, NULL, NULL, 0, NULL, (cu… in _ppdCacheCreateWithPPD()
1862 …pc->templates = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup,… in _ppdCacheCreateWithPPD()
[all …]
Dlibcups2.def163 cupsArrayNew3
Ddest-options.c1891 dinfo->constraints = cupsArrayNew3(NULL, NULL, NULL, 0, NULL, in cups_create_constraints()
1893 dinfo->resolvers = cupsArrayNew3((cups_array_func_t)cups_compare_dconstres, in cups_create_constraints()
1978 db = cupsArrayNew3((cups_array_func_t)cups_compare_media_db, in cups_create_media_db()
Dlanguage.c1223 return (cupsArrayNew3((cups_array_func_t)cups_message_compare, context, in _cupsMessageNew()
Ddest.c3491 …data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL,… in cups_enum_dests()
/external/libcups/scheduler/
Dpolicy.c42 Policies = cupsArrayNew3((cups_array_func_t)compare_policies, NULL, in cupsdAddPolicy()
79 p->ops = cupsArrayNew3((cups_array_func_t)compare_ops, NULL, in cupsdAddPolicyOp()
Dauth.c110 *masks = cupsArrayNew3(NULL, NULL, NULL, 0, in cupsdAddIPMask()
130 Locations = cupsArrayNew3((cups_array_func_t)compare_locations, NULL, in cupsdAddLocation()
155 loc->names = cupsArrayNew3(NULL, NULL, NULL, 0, in cupsdAddName()
236 *masks = cupsArrayNew3(NULL, NULL, NULL, 0, in cupsdAddNameMask()
Dsubscriptions.c1337 sub->events = cupsArrayNew3((cups_array_func_t)NULL, NULL, in cupsd_send_notification()
Dcolorman.c1404 profiles = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, in colord_register_printer()
Dmain.c1211 *a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, in cupsdAddString()
/external/libcups/tools/
Dipptool.c2148 …data->errors = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_fun… in init_data()