Searched refs:cups_acopy_func_t (Results 1 – 11 of 11) sorted by relevance
/external/libcups/cups/ |
D | array.h | 40 typedef void *(*cups_acopy_func_t)(void *element, void *data); typedef 68 cups_acopy_func_t cf,
|
D | array.c | 54 cups_acopy_func_t copyfunc; /* Copy function */ 732 cups_acopy_func_t cf, /* I - Copy function */ in cupsArrayNew3() 791 (cups_acopy_func_t)_cupsStrAlloc, in _cupsArrayNewStrings()
|
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() 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() 1862 …pc->templates = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup,… in _ppdCacheCreateWithPPD() 1912 …pc->support_files = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func… in _ppdCacheCreateWithPPD() 3302 …sizes = cupsArrayNew3((cups_array_func_t)pwg_compare_sizes, NULL, NULL, 0, (cups_acopy_func_t)pwg_… in _ppdCreateFromIPP() 4007 …names = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (… in _ppdCreateFromIPP()
|
D | language.c | 1225 (cups_acopy_func_t)NULL, in _cupsMessageNew()
|
D | dest-options.c | 1980 (cups_acopy_func_t)cups_copy_media_db, in cups_create_media_db()
|
/external/libcups/scheduler/ |
D | policy.c | 44 (cups_acopy_func_t)NULL, in cupsdAddPolicy() 81 (cups_acopy_func_t)NULL, in cupsdAddPolicyOp()
|
D | auth.c | 111 (cups_acopy_func_t)copy_authmask, in cupsdAddIPMask() 132 (cups_acopy_func_t)NULL, in cupsdAddLocation() 156 (cups_acopy_func_t)_cupsStrAlloc, in cupsdAddName() 237 (cups_acopy_func_t)copy_authmask, in cupsdAddNameMask()
|
D | subscriptions.c | 1339 (cups_acopy_func_t)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 | 1213 (cups_acopy_func_t)strdup, 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()
|