Home
last modified time | relevance | path

Searched refs:_ppdCacheCreateWithPPD (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dtestcache.c61 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
Dppd-private.h171 extern _ppd_cache_t *_ppdCacheCreateWithPPD(ppd_file_t *ppd);
Dlibcups2.def85 _ppdCacheCreateWithPPD
Dtestpwg.c78 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
Dppd-mark.c103 ppd->cache = _ppdCacheCreateWithPPD(ppd); in cupsMarkOptions()
Dtestppd.c1148 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
Dppd-cache.c956 _ppdCacheCreateWithPPD(ppd_file_t *ppd) /* I - PPD file */ in _ppdCacheCreateWithPPD() function