/external/libcups/cups/ |
D | array.h | 36 typedef int (*cups_array_func_t)(void *first, void *second, void *data); typedef 63 extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d) _CUPS_API_1_2; 64 extern cups_array_t *cupsArrayNew2(cups_array_func_t f, void *d, 66 extern cups_array_t *cupsArrayNew3(cups_array_func_t f, void *d,
|
D | array.c | 49 cups_array_func_t compare; /* Element comparison function */ 676 cupsArrayNew(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array */ in cupsArrayNew() 698 cupsArrayNew2(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew2() 728 cupsArrayNew3(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array… in cupsArrayNew3() 790 if ((a = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, in _cupsArrayNewStrings()
|
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 | testarray.c | 62 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
|
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 | 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()
|
D | ppd.c | 635 ppd->coptions = cupsArrayNew((cups_array_func_t)ppd_compare_coptions, NULL); in _ppdOpen() 2054 ppd->options = cupsArrayNew2((cups_array_func_t)ppd_compare_options, NULL, in _ppdOpen() 2083 ppd->marked = cupsArrayNew((cups_array_func_t)ppd_compare_choices, NULL); in _ppdOpen() 2309 ppd->sorted_attrs = cupsArrayNew((cups_array_func_t)ppd_compare_attrs, in ppd_add_attr() 2632 copt->params = cupsArrayNew((cups_array_func_t)NULL, NULL); in ppd_get_coption()
|
D | string.c | 65 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
|
D | ppd-cache.c | 879 cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithFile() 895 …pc->templates = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup,… in _ppdCacheCreateWithFile() 1734 pc->finishings = cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, in _ppdCacheCreateWithPPD() 1759 …pc->finishings = cupsArrayNew3((cups_array_func_t)pwg_compare_finishings, NULL, NULL, 0, NULL, (cu… in _ppdCacheCreateWithPPD() 1862 …pc->templates = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup,… in _ppdCacheCreateWithPPD() 3302 …sizes = cupsArrayNew3((cups_array_func_t)pwg_compare_sizes, NULL, NULL, 0, (cups_acopy_func_t)pwg_… in _ppdCreateFromIPP() 4007 …names = cupsArrayNew3((cups_array_func_t)strcmp, NULL, NULL, 0, (cups_acopy_func_t)strdup, (… in _ppdCreateFromIPP() 4008 fin_options = cupsArrayNew((cups_array_func_t)strcmp, NULL); in _ppdCreateFromIPP() 4364 templates = cupsArrayNew((cups_array_func_t)strcmp, NULL); in _ppdCreateFromIPP()
|
D | ppd-localize.c | 514 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
|
/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 | policy.c | 42 Policies = cupsArrayNew3((cups_array_func_t)compare_policies, NULL, in cupsdAddPolicy() 79 p->ops = cupsArrayNew3((cups_array_func_t)compare_ops, NULL, in cupsdAddPolicyOp()
|
D | banners.c | 78 Banners = cupsArrayNew((cups_array_func_t)compare_banners, NULL); in cupsdLoadBanners()
|
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()
|
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 | 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() 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 | subscriptions.c | 271 Subscriptions = cupsArrayNew((cups_array_func_t)cupsd_compare_subscriptions, in cupsdAddSubscription() 1337 sub->events = cupsArrayNew3((cups_array_func_t)NULL, NULL, in cupsd_send_notification()
|
D | cups-deviced.c | 238 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL); in main()
|
D | process.c | 818 process_array = cupsArrayNew((cups_array_func_t)compare_procs, NULL); in cupsdStartProcess()
|
/external/libcups/ppdc/ |
D | ppdmerge.cxx | 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/notifier/ |
D | rss.c | 134 rss = cupsArrayNew((cups_array_func_t)compare_rss, NULL); in main()
|