/external/libcups/cups/ |
D | array.c | 679 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()
|
D | array.h | 66 extern cups_array_t *cupsArrayNew3(cups_array_func_t f, void *d,
|
D | ppd-cache.c | 536 …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 …]
|
D | libcups2.def | 163 cupsArrayNew3
|
D | dest-options.c | 1891 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()
|
D | language.c | 1223 return (cupsArrayNew3((cups_array_func_t)cups_message_compare, context, in _cupsMessageNew()
|
D | dest.c | 3491 …data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL,… in cups_enum_dests()
|
/external/libcups/scheduler/ |
D | policy.c | 42 Policies = cupsArrayNew3((cups_array_func_t)compare_policies, NULL, in cupsdAddPolicy() 79 p->ops = cupsArrayNew3((cups_array_func_t)compare_ops, NULL, in cupsdAddPolicyOp()
|
D | auth.c | 110 *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()
|
D | subscriptions.c | 1337 sub->events = cupsArrayNew3((cups_array_func_t)NULL, NULL, in cupsd_send_notification()
|
D | colorman.c | 1404 profiles = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, in colord_register_printer()
|
D | main.c | 1211 *a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, in cupsdAddString()
|
/external/libcups/tools/ |
D | ipptool.c | 2148 …data->errors = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_fun… in init_data()
|