Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestcache.c55 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
Dppd-private.h164 extern _ppd_cache_t *_ppdCacheCreateWithPPD(ppd_file_t *ppd) _CUPS_PRIVATE;
Dlibcups2.def111 _ppdCacheCreateWithPPD
Dtestpwg.c72 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
Dppd-mark.c99 ppd->cache = _ppdCacheCreateWithPPD(ppd); in cupsMarkOptions()
Dtestppd.c1343 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
Dppd-cache.c982 _ppdCacheCreateWithPPD(ppd_file_t *ppd) /* I - PPD file */ in _ppdCacheCreateWithPPD() function
/external/libcups/scheduler/
Dtestmime.c306 pc = _ppdCacheCreateWithPPD(ppd); in add_ppd_filters()
Dcupsfilter.c673 pc = _ppdCacheCreateWithPPD(ppd); in add_printer_filters()
Dprinters.c3953 p->pc = _ppdCacheCreateWithPPD(ppd); in load_ppd()
/external/libcups/tools/
Dippeveps.c422 ppd_cache = _ppdCacheCreateWithPPD(ppd); in get_options()
Dippeveprinter.c4856 pc = _ppdCacheCreateWithPPD(ppd); in load_ppd_attributes()
/external/libcups/backend/
Dipp.c1320 pc = _ppdCacheCreateWithPPD(ppd); in main()