Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-mark.c145 if (cache && cache->source_option && in cupsMarkOptions()
146 !cupsGetOption(cache->source_option, num_options, options) && in cupsMarkOptions()
148 ppd_mark_option(ppd, cache->source_option, ppd_keyword); in cupsMarkOptions()
Dppd-private.h136 char *source_option; /* PPD option for media source */ member
Dppd-cache.c720 pc->source_option = _cupsStrAlloc(value); in _ppdCacheCreateWithFile()
1202 pc->source_option = _cupsStrAlloc(input_slot->keyword); in _ppdCacheCreateWithPPD()
1915 if (pc->source_option) in _ppdCacheDestroy()
1916 _cupsStrFree(pc->source_option); in _ppdCacheDestroy()
2791 if (pc->source_option) in _ppdCacheWriteFile()
2792 cupsFilePrintf(fp, "SourceOption %s\n", pc->source_option); in _ppdCacheWriteFile()