Home
last modified time | relevance | path

Searched refs:cups_array_func_t (Results 1 – 25 of 44) sorted by relevance

12

/external/libcups/cups/
Darray.h36 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,
Darray.c49 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()
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()
Dtestarray.c62 array = cupsArrayNew((cups_array_func_t)strcmp, data); in main()
Dipp-support.c1942 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1964 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
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()
Dppd.c635 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()
Dstring.c65 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()
Dppd-cache.c879 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()
Dppd-localize.c514 if ((languages = cupsArrayNew((cups_array_func_t)strcmp, NULL)) == NULL) in _ppdGetLanguages()
/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/
Dpolicy.c42 Policies = cupsArrayNew3((cups_array_func_t)compare_policies, NULL, in cupsdAddPolicy()
79 p->ops = cupsArrayNew3((cups_array_func_t)compare_ops, NULL, in cupsdAddPolicyOp()
Dbanners.c78 Banners = cupsArrayNew((cups_array_func_t)compare_banners, NULL); in cupsdLoadBanners()
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()
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()
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()
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()
Dsubscriptions.c271 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()
Dcups-deviced.c238 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL); in main()
Dprocess.c818 process_array = cupsArrayNew((cups_array_func_t)compare_procs, NULL); in cupsdStartProcess()
/external/libcups/ppdc/
Dppdmerge.cxx178 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/notifier/
Drss.c134 rss = cupsArrayNew((cups_array_func_t)compare_rss, NULL); in main()

12