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 | 519 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()
|