Home
last modified time | relevance | path

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

123

/external/libcups/cgi-bin/
Dmakedocset.c218 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()
Dhelp-index.c238 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/
Dfilter.c105 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()
Dbanners.c78 Banners = cupsArrayNew((cups_array_func_t)compare_banners, NULL); in cupsdLoadBanners()
Dcups-driverd.cxx1066 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()
Dquotas.c198 p->quotas = cupsArrayNew((cups_array_func_t)compare_quotas, NULL); in add_quota()
Dselect.c795 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()
Dnetwork.c115 NetIFList = cupsArrayNew((cups_array_func_t)compare_netif, NULL); in cupsdNetIFUpdate()
Dcupsfilter.c437 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()
Dcups-deviced.c238 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL); in main()
/external/libcups/ppdc/
Dppdmerge.cxx57 ppds = cupsArrayNew(NULL, NULL); in main()
178 languages = cupsArrayNew((cups_array_func_t)strcmp, NULL); in main()
Dppdc.cxx72 filenames = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL); in main()
/external/libcups/backend/
Dsnmp.c234 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/
Darray.h63 extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d) _CUPS_API_1_2;
Dppd-conflicts.c221 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()
Dpwg-media.c588 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()
Dtls-boringssl.c434 cups_array_t *credentials = cupsArrayNew(NULL, NULL); in _httpTLSStart()
Dtestarray.c62 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
Dlibcups2.def161 cupsArrayNew
Dipp-support.c1942 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1964 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
Dstring.c65 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
Dtls-darwin.c449 if ((*credentials = cupsArrayNew(NULL, NULL)) != NULL) in httpCopyCredentials()
1000 *credentials = cupsArrayNew(NULL, NULL); in httpLoadCredentials()
1666 if ((names = cupsArrayNew(NULL, NULL)) != NULL) in _httpTLSStart()
Dppd-localize.c514 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
/external/libcups/locale/
Dcheckpo.c356 fmts = cupsArrayNew(NULL, NULL); in collect_formats()
/external/libcups/notifier/
Drss.c134 rss = cupsArrayNew((cups_array_func_t)compare_rss, NULL); in main()

123