Home
last modified time | relevance | path

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

/external/libcups/cups/
Darray.h46 typedef void *(*cups_acopy_func_t)(void *element, void *data); typedef
74 cups_acopy_func_t cf,
Darray.c60 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()
Dppd-cache.c512 (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()
Dlanguage.c1232 (cups_acopy_func_t)NULL, in _cupsMessageNew()
Ddest-options.c1520 (cups_acopy_func_t)cups_copy_media_db, in cups_create_media_db()