Lines Matching refs:_ppd_cache_t
168 extern int _cupsConvertOptions(ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t …
169 extern _ppd_cache_t *_ppdCacheCreateWithFile(const char *filename,
171 extern _ppd_cache_t *_ppdCacheCreateWithPPD(ppd_file_t *ppd);
172 extern void _ppdCacheDestroy(_ppd_cache_t *pc);
173 extern const char *_ppdCacheGetBin(_ppd_cache_t *pc,
175 extern int _ppdCacheGetFinishingOptions(_ppd_cache_t *pc,
180 extern int _ppdCacheGetFinishingValues(_ppd_cache_t *pc,
185 extern const char *_ppdCacheGetInputSlot(_ppd_cache_t *pc, ipp_t *job,
187 extern const char *_ppdCacheGetMediaType(_ppd_cache_t *pc, ipp_t *job,
189 extern const char *_ppdCacheGetOutputBin(_ppd_cache_t *pc,
191 extern const char *_ppdCacheGetPageSize(_ppd_cache_t *pc, ipp_t *job,
193 extern pwg_size_t *_ppdCacheGetSize(_ppd_cache_t *pc,
195 extern const char *_ppdCacheGetSource(_ppd_cache_t *pc,
197 extern const char *_ppdCacheGetType(_ppd_cache_t *pc,
199 extern int _ppdCacheWriteFile(_ppd_cache_t *pc,