Lines Matching refs:_ppd_cache_t
158 extern int _cupsConvertOptions(ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t …
162 extern _ppd_cache_t *_ppdCacheCreateWithFile(const char *filename,
164 extern _ppd_cache_t *_ppdCacheCreateWithPPD(ppd_file_t *ppd) _CUPS_PRIVATE;
165 extern void _ppdCacheDestroy(_ppd_cache_t *pc) _CUPS_PRIVATE;
166 extern const char *_ppdCacheGetBin(_ppd_cache_t *pc,
168 extern int _ppdCacheGetFinishingOptions(_ppd_cache_t *pc,
173 extern int _ppdCacheGetFinishingValues(ppd_file_t *ppd, _ppd_cache_t *pc, int max_values, int *val…
174 extern const char *_ppdCacheGetInputSlot(_ppd_cache_t *pc, ipp_t *job,
176 extern const char *_ppdCacheGetMediaType(_ppd_cache_t *pc, ipp_t *job,
178 extern const char *_ppdCacheGetOutputBin(_ppd_cache_t *pc,
180 extern const char *_ppdCacheGetPageSize(_ppd_cache_t *pc, ipp_t *job,
182 extern pwg_size_t *_ppdCacheGetSize(_ppd_cache_t *pc,
184 extern const char *_ppdCacheGetSource(_ppd_cache_t *pc,
186 extern const char *_ppdCacheGetType(_ppd_cache_t *pc,
188 extern int _ppdCacheWriteFile(_ppd_cache_t *pc,