Home
last modified time | relevance | path

Searched refs:cupsArrayNew (Results 1 – 16 of 16) sorted by relevance

/external/libcups/cups/
Darray.h69 extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d) _CUPS_API_1_2;
Dppd-conflicts.c225 pass = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts()
235 resolvers = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts()
723 ppd->cups_uiconstraints = cupsArrayNew(NULL, NULL); in ppd_load_constraints()
1179 active = cupsArrayNew(NULL, NULL); in ppd_test_constraints()
Dpwg-media.c591 cg->leg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_legacy, in pwgMediaForLegacy()
649 cg->ppd_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_ppd, NULL); in pwgMediaForPPD()
826 cg->pwg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_pwg, NULL); in pwgMediaForPWG()
Dtestarray.c68 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
Dipp-support.c1757 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1779 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
Ddest-options.c380 pass = cupsArrayNew((cups_array_func_t)cups_compare_dconstres, NULL); in cupsCopyDestConflicts()
412 resolvers = cupsArrayNew((cups_array_func_t)cups_compare_dconstres, NULL); in cupsCopyDestConflicts()
1350 dinfo->cached_db = cupsArrayNew(NULL, NULL); in cups_create_cached()
2256 active = cupsArrayNew(NULL, NULL); in cups_test_constraints()
Dlibcups2.def134 cupsArrayNew
Dstring.c69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
Dtls-darwin.c456 if ((*credentials = cupsArrayNew(NULL, NULL)) != NULL) in httpCopyCredentials()
942 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials()
1609 if ((names = cupsArrayNew(NULL, NULL)) != NULL) in _httpTLSStart()
Dppd.c666 ppd->coptions = cupsArrayNew((cups_array_func_t)ppd_compare_coptions, in _ppdOpen()
2120 ppd->marked = cupsArrayNew((cups_array_func_t)ppd_compare_choices, NULL); in _ppdOpen()
2346 ppd->sorted_attrs = cupsArrayNew((cups_array_func_t)ppd_compare_attrs, in ppd_add_attr()
2669 copt->params = cupsArrayNew((cups_array_func_t)NULL, NULL); in ppd_get_coption()
Dtls-gnutls.c316 *credentials = cupsArrayNew(NULL, NULL); in httpCopyCredentials()
742 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials()
Dppd-localize.c567 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
Darray.c682 cupsArrayNew(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array */ in cupsArrayNew() function
Dppd-emit.c992 params = cupsArrayNew((cups_array_func_t)ppd_compare_cparams, NULL); in ppdEmitString()
Dtls-sspi.c157 *credentials = cupsArrayNew(NULL, NULL); in httpCopyCredentials()
507 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials()
/external/libcups/filter/
Dpstops.c410 doc->pages = cupsArrayNew(NULL, NULL); in add_page()