Searched refs:cupsArrayNew (Results 1 – 17 of 17) sorted by relevance
/external/libcups/cups/ |
D | ppd-conflicts.c | 225 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()
|
D | array.h | 69 extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d) _CUPS_API_1_2;
|
D | pwg-media.c | 591 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()
|
D | tls-boringssl.c | 433 cups_array_t *credentials = cupsArrayNew(NULL, NULL); in _httpTLSStart()
|
D | testarray.c | 68 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
|
D | ipp-support.c | 1757 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray() 1779 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
|
D | dest-options.c | 380 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()
|
D | libcups2.def | 134 cupsArrayNew
|
D | tls-darwin.c | 456 if ((*credentials = cupsArrayNew(NULL, NULL)) != NULL) in httpCopyCredentials() 942 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials() 1609 if ((names = cupsArrayNew(NULL, NULL)) != NULL) in _httpTLSStart()
|
D | string.c | 69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
|
D | ppd.c | 666 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()
|
D | tls-gnutls.c | 316 *credentials = cupsArrayNew(NULL, NULL); in httpCopyCredentials() 742 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials()
|
D | ppd-localize.c | 567 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
|
D | array.c | 682 cupsArrayNew(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array */ in cupsArrayNew() function
|
D | ppd-emit.c | 992 params = cupsArrayNew((cups_array_func_t)ppd_compare_cparams, NULL); in ppdEmitString()
|
D | tls-sspi.c | 157 *credentials = cupsArrayNew(NULL, NULL); in httpCopyCredentials() 507 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials()
|
/external/libcups/filter/ |
D | pstops.c | 410 doc->pages = cupsArrayNew(NULL, NULL); in add_page()
|