Lines Matching refs:ppd_cache
34 static _ppd_cache_t *ppd_cache = NULL; variable
422 ppd_cache = _ppdCacheCreateWithPPD(ppd); in get_options()
435 …num_options = _ppdCacheGetFinishingOptions(ppd_cache, NULL, (ipp_finishings_t)fin, num_options, op… in get_options()
444 if ((choice = _ppdCacheGetInputSlot(ppd_cache, NULL, value)) != NULL) in get_options()
450 if ((choice = _ppdCacheGetMediaType(ppd_cache, NULL, value)) != NULL) in get_options()
459 if ((choice = _ppdCacheGetOutputBin(ppd_cache, value)) != NULL) in get_options()
466 if (value && ppd_cache->sides_option) in get_options()
468 if (!strcmp(value, "one-sided") && ppd_cache->sides_1sided) in get_options()
469 …num_options = cupsAddOption(ppd_cache->sides_option, ppd_cache->sides_1sided, num_options, options… in get_options()
470 else if (!strcmp(value, "two-sided-long-edge") && ppd_cache->sides_2sided_long) in get_options()
471 …num_options = cupsAddOption(ppd_cache->sides_option, ppd_cache->sides_2sided_long, num_options, op… in get_options()
472 else if (!strcmp(value, "two-sided-short-edge") && ppd_cache->sides_2sided_short) in get_options()
473 …num_options = cupsAddOption(ppd_cache->sides_option, ppd_cache->sides_2sided_short, num_options, o… in get_options()
500 num_presets = ppd_cache->num_presets[pcm][pq]; in get_options()
501 presets = ppd_cache->presets[pcm][pq]; in get_options()