Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-private.h132 char *custom_max_keyword, /* Maximum custom size PWG keyword */ member
Dppd-cache.c712 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
1176 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1940 if (pc->custom_max_keyword) in _ppdCacheDestroy()
1941 _cupsStrFree(pc->custom_max_keyword); in _ppdCacheDestroy()