Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Djob.c3639 int num_pwgppds; /* Number of PWG->PPD options */ in get_options() local
3661 num_pwgppds = 0; in get_options()
3703num_pwgppds = cupsAddIntegerOption("print-quality", print_quality + IPP_QUALITY_DRAFT, num_pwgppds in get_options()
3745 num_pwgppds = cupsAddOption(preset->name, preset->value, num_pwgppds, &pwgppds); in get_options()
3762num_pwgppds = cupsAddOption("cupsPrintQuality", pqs[pq - IPP_QUALITY_DRAFT], num_pwgppds, &pwgppds… in get_options()
3770 num_pwgppds = cupsAddOption(pc->source_option, ppd, num_pwgppds, in get_options()
3778 num_pwgppds = cupsAddOption("MediaType", ppd, num_pwgppds, &pwgppds); in get_options()
3787 num_pwgppds = cupsAddOption("PageSize", ppd, num_pwgppds, &pwgppds); in get_options()
3793 num_pwgppds = cupsAddOption("media", ppd, num_pwgppds, &pwgppds); in get_options()
3810 num_pwgppds = cupsAddOption("OutputBin", ppd, num_pwgppds, &pwgppds); in get_options()
[all …]