Searched refs:cups_acopy_func_t (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | array.h | 46 typedef void *(*cups_acopy_func_t)(void *element, void *data); typedef 74 cups_acopy_func_t cf,
|
D | array.c | 60 cups_acopy_func_t copyfunc; /* Copy function */ 738 cups_acopy_func_t cf, /* I - Copy function */ in cupsArrayNew3() 797 (cups_acopy_func_t)_cupsStrAlloc, in _cupsArrayNewStrings()
|
D | ppd-cache.c | 512 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile() 521 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile() 892 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithFile() 1587 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithPPD() 1646 (cups_acopy_func_t)_cupsStrAlloc, in _ppdCacheCreateWithPPD() 1840 (cups_acopy_func_t)_cupsStrAlloc, 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()
|
D | language.c | 1232 (cups_acopy_func_t)NULL, in _cupsMessageNew()
|
D | dest-options.c | 1520 (cups_acopy_func_t)cups_copy_media_db, in cups_create_media_db()
|