Searched refs:_ppdCacheCreateWithPPD (Results 1 – 7 of 7) sorted by relevance
61 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
171 extern _ppd_cache_t *_ppdCacheCreateWithPPD(ppd_file_t *ppd);
85 _ppdCacheCreateWithPPD
78 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
103 ppd->cache = _ppdCacheCreateWithPPD(ppd); in cupsMarkOptions()
1148 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL) in main()
956 _ppdCacheCreateWithPPD(ppd_file_t *ppd) /* I - PPD file */ in _ppdCacheCreateWithPPD() function