Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-private.h151 *prefilters; /* cupsPreFilter values */ member
Dppd-cache.c519 if (!pc->prefilters) in _ppdCacheCreateWithFile()
520 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithFile()
524 cupsArrayAdd(pc->prefilters, value); in _ppdCacheCreateWithFile()
1645 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithPPD()
1651 cupsArrayAdd(pc->prefilters, ppd_attr->value); in _ppdCacheCreateWithPPD()
1948 cupsArrayDelete(pc->prefilters); in _ppdCacheDestroy()
2856 for (value = (const char *)cupsArrayFirst(pc->prefilters); in _ppdCacheWriteFile()
2858 value = (const char *)cupsArrayNext(pc->prefilters)) in _ppdCacheWriteFile()