Home
last modified time | relevance | path

Searched refs:cups_acopy_func_t (Results 1 – 11 of 11) sorted by relevance

/external/libcups/cups/
Darray.h40 typedef void *(*cups_acopy_func_t)(void *element, void *data); typedef
68 cups_acopy_func_t cf,
Darray.c54 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()
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()
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()
Dlanguage.c1225 (cups_acopy_func_t)NULL, in _cupsMessageNew()
Ddest-options.c1980 (cups_acopy_func_t)cups_copy_media_db, in cups_create_media_db()
/external/libcups/scheduler/
Dpolicy.c44 (cups_acopy_func_t)NULL, in cupsdAddPolicy()
81 (cups_acopy_func_t)NULL, in cupsdAddPolicyOp()
Dauth.c111 (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()
Dsubscriptions.c1339 (cups_acopy_func_t)NULL, in cupsd_send_notification()
Dcolorman.c1404 profiles = cupsArrayNew3(NULL, NULL, NULL, 0, (cups_acopy_func_t)strdup, in colord_register_printer()
Dmain.c1213 (cups_acopy_func_t)strdup, 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()