Home
last modified time | relevance | path

Searched refs:ipp_opt_strings_t (Results 1 – 1 of 1) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dppdgenerator.c567 } ipp_opt_strings_t; typedef
579 return strcasecmp(((ipp_opt_strings_t *)a)->name, in compare_options()
580 ((ipp_opt_strings_t *)b)->name); in compare_options()
598 ipp_opt_strings_t *entry_rec = (ipp_opt_strings_t *)entry; in free_opt_strings()
615 ipp_opt_strings_t *
618 ipp_opt_strings_t opt; in find_opt_in_array()
639 ipp_opt_strings_t *
642 ipp_opt_strings_t *opt = NULL; in add_opt_to_array()
648 opt = calloc(1, sizeof(ipp_opt_strings_t)); in add_opt_to_array()
675 ipp_opt_strings_t *opt; in add_choice_to_array()
[all …]