Home | History | Annotate | Download | only in cups

Lines Matching defs:num_matching

2011   int			num_matching;	/* Number of matching options */
2029 num_matching = 0;
2168 num_matching = cupsAddOption(attr->name, value, num_matching, &matching);
2182 for (i = num_matching, moption = matching; i > 0; i --, moption ++)
2188 cupsFreeOptions(num_matching, matching);