/external/libcups/cgi-bin/ |
D | makedocset.c | 218 sections = cupsArrayNew((cups_array_func_t)compare_sections, NULL); in write_index() 232 section->files = cupsArrayNew((cups_array_func_t)compare_html, NULL); in write_index() 249 sections_files = cupsArrayNew((cups_array_func_t)compare_sections_files, in write_index() 263 columns[column] = cupsArrayNew((cups_array_func_t)compare_sections, NULL); in write_index()
|
D | help-index.c | 238 hi->nodes = cupsArrayNew((cups_array_func_t)help_sort_by_name, NULL); in helpLoadIndex() 239 hi->sorted = cupsArrayNew((cups_array_func_t)help_sort_by_score, NULL); in helpLoadIndex() 562 search->nodes = cupsArrayNew((cups_array_func_t)help_sort_by_name, NULL); in helpSearchIndex() 563 search->sorted = cupsArrayNew((cups_array_func_t)help_sort_by_score, NULL); in helpSearchIndex() 640 n->words = cupsArrayNew((cups_array_func_t)help_sort_words, NULL); in help_add_word()
|
/external/libcups/scheduler/ |
D | filter.c | 105 mime->filters = cupsArrayNew((cups_array_func_t)mime_compare_filters, NULL); in mimeAddFilter() 197 mime->srcs = cupsArrayNew((cups_array_func_t)mime_compare_srcs, NULL); in mimeFilter2() 336 if ((mintemp = cupsArrayNew(NULL, NULL)) == NULL) in mime_find_filters()
|
D | banners.c | 78 Banners = cupsArrayNew((cups_array_func_t)compare_banners, NULL); in cupsdLoadBanners()
|
D | cups-driverd.cxx | 1066 Inodes = cupsArrayNew((cups_array_func_t)compare_inodes, NULL); in list_ppds() 1289 matches = cupsArrayNew((cups_array_func_t)compare_matches, NULL); in list_ppds() 1417 matches = cupsArrayNew((cups_array_func_t)compare_ppds, NULL); in list_ppds() 2014 cups_languages = cupsArrayNew(NULL, NULL); in load_ppd() 2015 products = cupsArrayNew(NULL, NULL); in load_ppd() 2016 psversions = cupsArrayNew(NULL, NULL); in load_ppd() 2589 PPDsByName = cupsArrayNew((cups_array_func_t)compare_names, NULL); in load_ppds_dat() 2590 PPDsByMakeModel = cupsArrayNew((cups_array_func_t)compare_ppds, NULL); in load_ppds_dat()
|
D | quotas.c | 198 p->quotas = cupsArrayNew((cups_array_func_t)compare_quotas, NULL); in add_quota()
|
D | select.c | 795 cupsd_fds = cupsArrayNew((cups_array_func_t)compare_fds, NULL); in cupsdStartSelect() 798 cupsd_inactive_fds = cupsArrayNew((cups_array_func_t)compare_fds, NULL); in cupsdStartSelect()
|
D | network.c | 115 NetIFList = cupsArrayNew((cups_array_func_t)compare_netif, NULL); in cupsdNetIFUpdate()
|
D | cupsfilter.c | 437 filters = cupsArrayNew(NULL, NULL); in main() 460 cups_array_t *prefilters = cupsArrayNew(NULL, NULL); in main() 1101 pids = cupsArrayNew((cups_array_func_t)compare_pids, NULL); in exec_filters()
|
D | cups-deviced.c | 238 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL); in main()
|
/external/libcups/ppdc/ |
D | ppdmerge.cxx | 57 ppds = cupsArrayNew(NULL, NULL); in main() 178 languages = cupsArrayNew((cups_array_func_t)strcmp, NULL); in main()
|
D | ppdc.cxx | 72 filenames = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in main()
|
/external/libcups/backend/ |
D | snmp.c | 234 Devices = cupsArrayNew((cups_array_func_t)compare_cache, NULL); in main() 335 DeviceURIs = cupsArrayNew(NULL, NULL); in add_device_uri() 343 if ((device_uri->uris = cupsArrayNew(NULL, NULL)) == NULL) in add_device_uri() 779 Addresses = cupsArrayNew(NULL, NULL); in read_snmp_conf() 780 Communities = cupsArrayNew(NULL, NULL); in read_snmp_conf()
|
/external/libcups/cups/ |
D | array.h | 63 extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d) _CUPS_API_1_2;
|
D | ppd-conflicts.c | 221 pass = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts() 231 resolvers = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in cupsResolveConflicts() 719 ppd->cups_uiconstraints = cupsArrayNew(NULL, NULL); in ppd_load_constraints() 1175 active = cupsArrayNew(NULL, NULL); in ppd_test_constraints()
|
D | pwg-media.c | 588 cg->leg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_legacy, in pwgMediaForLegacy() 646 cg->ppd_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_ppd, NULL); in pwgMediaForPPD() 823 cg->pwg_size_lut = cupsArrayNew((cups_array_func_t)pwg_compare_pwg, NULL); in pwgMediaForPWG()
|
D | tls-boringssl.c | 434 cups_array_t *credentials = cupsArrayNew(NULL, NULL); in _httpTLSStart()
|
D | testarray.c | 62 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
|
D | libcups2.def | 161 cupsArrayNew
|
D | ipp-support.c | 1942 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray() 1964 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
|
D | string.c | 65 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
|
D | tls-darwin.c | 449 if ((*credentials = cupsArrayNew(NULL, NULL)) != NULL) in httpCopyCredentials() 1000 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials() 1666 if ((names = cupsArrayNew(NULL, NULL)) != NULL) in _httpTLSStart()
|
D | ppd-localize.c | 514 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
|
/external/libcups/locale/ |
D | checkpo.c | 356 fmts = cupsArrayNew(NULL, NULL); in collect_formats()
|
/external/libcups/notifier/ |
D | rss.c | 134 rss = cupsArrayNew((cups_array_func_t)compare_rss, NULL); in main()
|