Searched refs:_ppdCacheCreateWithFile (Results 1 – 5 of 5) sorted by relevance
162 extern _ppd_cache_t *_ppdCacheCreateWithFile(const char *filename,
110 _ppdCacheCreateWithFile
429 if ((pc2 = _ppdCacheCreateWithFile("test.pwg", NULL)) == NULL) in test_ppd_cache()
444 _ppdCacheCreateWithFile( in _ppdCacheCreateWithFile() function
3912 if ((p->pc = _ppdCacheCreateWithFile(cache_name, &p->ppd_attrs)) != NULL && in load_ppd()