Searched refs:ppd_cache (Results 1 – 1 of 1) sorted by relevance
/external/libcups/tools/ |
D | ippeveps.c | 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() [all …]
|