Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-private.h133 *custom_min_keyword, /* Minimum custom size PWG keyword */ member
Dppd-cache.c716 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
1183 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1943 if (pc->custom_min_keyword) in _ppdCacheDestroy()
1944 _cupsStrFree(pc->custom_min_keyword); in _ppdCacheDestroy()