Lines Matching refs:cupsGetOption
89 …if (pc->password && (password = cupsGetOption("job-password", num_options, options)) != NULL && ip… in _cupsConvertOptions()
93 if ((keyword = cupsGetOption("job-password-encryption", num_options, options)) == NULL) in _cupsConvertOptions()
123 if ((keyword = cupsGetOption("job-account-id", num_options, options)) == NULL) in _cupsConvertOptions()
124 keyword = cupsGetOption("job-billing", num_options, options); in _cupsConvertOptions()
132 if ((keyword = cupsGetOption("job-accounting-user-id", num_options, options)) == NULL) in _cupsConvertOptions()
155 (keyword = cupsGetOption(mandatory, num_options, options)) != NULL) in _cupsConvertOptions()
199 if ((keyword = cupsGetOption("PageSize", num_options, options)) == NULL) in _cupsConvertOptions()
200 keyword = cupsGetOption("media", num_options, options); in _cupsConvertOptions()
202 media_source = _ppdCacheGetSource(pc, cupsGetOption("InputSlot", num_options, options)); in _cupsConvertOptions()
203 media_type = _ppdCacheGetType(pc, cupsGetOption("MediaType", num_options, options)); in _cupsConvertOptions()
244 if ((keyword = cupsGetOption("output-bin", num_options, options)) == NULL) in _cupsConvertOptions()
255 if ((keyword = cupsGetOption("print-color-mode", num_options, options)) == NULL) in _cupsConvertOptions()
277 if ((keyword = cupsGetOption("print-quality", num_options, options)) != NULL) in _cupsConvertOptions()
289 if ((keyword = cupsGetOption("sides", num_options, options)) != NULL) in _cupsConvertOptions()
305 if ((keyword = cupsGetOption("multiple-document-handling", num_options, options)) != NULL) in _cupsConvertOptions()
312 else if ((keyword = cupsGetOption("collate", num_options, options)) == NULL) in _cupsConvertOptions()
371 …if (copies != finishings_copies && (keyword = cupsGetOption("job-impressions", num_options, option… in _cupsConvertOptions()
1367 if ((quality = cupsGetOption("com.apple.print.preset.quality", in _ppdCacheCreateWithPPD()
1385 graphicsType = cupsGetOption("com.apple.print.preset.graphicsType", in _ppdCacheCreateWithPPD()
1397 media_front_coating = cupsGetOption( in _ppdCacheCreateWithPPD()
1411 output_mode = cupsGetOption("com.apple.print.preset.output-mode", in _ppdCacheCreateWithPPD()
1413 color_model_val = cupsGetOption("ColorModel", num_options, options); in _ppdCacheCreateWithPPD()
2114 if ((val = cupsGetOption(option->name, num_options, options)) == NULL || in _ppdCacheGetFinishingValues()