Home | History | Annotate | Download | only in cups

Lines Matching defs:matching

967  * The "media" string is a PWG media name.  "Flags" provides some matching
977 * The matching result (if any) is returned in the "cups_size_t" structure.
990 unsigned flags, /* I - Media matching flags */
1040 * "Flags" provides some matching guidance (multiple flags can be combined):
1049 * The matching result (if any) is returned in the "cups_size_t" structure.
1065 unsigned flags, /* I - Media matching flags */
1227 * Fall back to the first matching media size...
1792 unsigned flags, /* I - Media matching flags */
1797 *best = NULL, /* Best matching entry */
2027 * Return the matching size...
2055 * Currently we use 5 points (from PostScript) as the matching range...
2093 int num_matching; /* Number of matching options */
2094 cups_option_t *matching; /* Matching options */
2112 matching = NULL;
2250 num_matching = cupsAddOption(attr->name, value, num_matching, &matching);
2262 cups_option_t *moption; /* Matching option */
2264 for (i = num_matching, moption = matching; i > 0; i --, moption ++)
2270 cupsFreeOptions(num_matching, matching);