Searched refs:cups_afree_func_t (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | array.h | 48 typedef void (*cups_afree_func_t)(void *element, void *data); typedef 75 cups_afree_func_t ff) _CUPS_API_1_5;
|
D | array.c | 61 cups_afree_func_t freefunc; /* Free function */ 739 cups_afree_func_t ff) /* I - Free function */ in cupsArrayNew3() 798 (cups_afree_func_t)_cupsStrFree)) != NULL) in _cupsArrayNewStrings()
|
D | ppd-cache.c | 513 (cups_afree_func_t)_cupsStrFree); in _ppdCacheCreateWithFile() 522 (cups_afree_func_t)_cupsStrFree); in _ppdCacheCreateWithFile() 860 (cups_afree_func_t)pwg_free_finishings); in _ppdCacheCreateWithFile() 893 (cups_afree_func_t)_cupsStrFree); in _ppdCacheCreateWithFile() 1588 (cups_afree_func_t)_cupsStrFree); in _ppdCacheCreateWithPPD() 1647 (cups_afree_func_t)_cupsStrFree); in _ppdCacheCreateWithPPD() 1678 (cups_afree_func_t)pwg_free_finishings); in _ppdCacheCreateWithPPD() 1703 …w3((cups_array_func_t)pwg_compare_finishings, NULL, NULL, 0, NULL, (cups_afree_func_t)pwg_free_fin… in _ppdCacheCreateWithPPD() 1841 (cups_afree_func_t)_cupsStrFree); in _ppdCacheCreateWithPPD() 3259 …New3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (cups_afree_func_t)free); in _ppdCreateFromIPP() [all …]
|
D | dest-options.c | 1425 (cups_afree_func_t)free); in cups_create_constraints() 1428 (cups_afree_func_t)free); in cups_create_constraints() 1521 (cups_afree_func_t)cups_free_media_db); in cups_create_media_db()
|
D | language.c | 1233 (cups_afree_func_t)cups_message_free)); in _cupsMessageNew()
|
D | dest.c | 3611 …cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL, (cups_afree_func_t)cups_dnssd_f…
|