Searched refs:prefilters (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | ppd-private.h | 151 *prefilters; /* cupsPreFilter values */ member
|
D | ppd-cache.c | 517 if (!pc->prefilters) in _ppdCacheCreateWithFile() 518 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithFile() 522 cupsArrayAdd(pc->prefilters, value); in _ppdCacheCreateWithFile() 1643 pc->prefilters = cupsArrayNew3(NULL, NULL, NULL, 0, in _ppdCacheCreateWithPPD() 1649 cupsArrayAdd(pc->prefilters, ppd_attr->value); in _ppdCacheCreateWithPPD() 1946 cupsArrayDelete(pc->prefilters); in _ppdCacheDestroy() 2838 for (value = (const char *)cupsArrayFirst(pc->prefilters); in _ppdCacheWriteFile() 2840 value = (const char *)cupsArrayNext(pc->prefilters)) in _ppdCacheWriteFile()
|