Home | History | Annotate | Download | only in cups

Lines Matching defs:num_matching

2093   int			num_matching;	/* Number of matching options */
2111 num_matching = 0;
2250 num_matching = cupsAddOption(attr->name, value, num_matching, &matching);
2264 for (i = num_matching, moption = matching; i > 0; i --, moption ++)
2270 cupsFreeOptions(num_matching, matching);