Searched refs:_ppd_cache_t (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | ppd-private.h | 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, [all …]
|
D | testpwg.c | 27 static int test_pagesize(_ppd_cache_t *pc, ppd_file_t *ppd, 29 static int test_ppd_cache(_ppd_cache_t *pc, ppd_file_t *ppd); 43 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ in main() 351 test_pagesize(_ppd_cache_t *pc, /* I - PWG mapping data */ in test_pagesize() 409 test_ppd_cache(_ppd_cache_t *pc, /* I - PWG mapping data */ in test_ppd_cache() 414 _ppd_cache_t *pc2; /* Loaded data */ in test_ppd_cache()
|
D | ppd-cache.c | 56 _ppd_cache_t *pc, /* I - PPD cache info */ in _cupsConvertOptions() 393 _ppd_cache_t * /* O - PPD cache and mapping data */ 399 _ppd_cache_t *pc; /* PWG mapping data */ in _ppdCacheCreateWithFile() 477 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL) in _ppdCacheCreateWithFile() 955 _ppd_cache_t * /* O - PPD cache and mapping data */ 959 _ppd_cache_t *pc; /* PWG mapping data */ in _ppdCacheCreateWithPPD() 1014 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL) in _ppdCacheCreateWithPPD() 1875 _ppdCacheDestroy(_ppd_cache_t *pc) /* I - PPD cache and mapping data */ in _ppdCacheDestroy() 1969 _ppd_cache_t *pc, /* I - PPD cache and mapping data */ in _ppdCacheGetBin() 2002 _ppd_cache_t *pc, /* I - PPD cache and mapping data */ in _ppdCacheGetFinishingOptions() [all …]
|
D | testcache.c | 36 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ in main()
|
D | ppd.h | 291 typedef struct _ppd_cache_s _ppd_cache_t; typedef 358 _ppd_cache_t *cache; /* PPD cache and mapping data @since CUPS 1.5/macOS 10.7@ @private@ */
|
D | ppd-mark.c | 69 _ppd_cache_t *cache; /* PPD cache and mapping data */ in cupsMarkOptions()
|
D | testppd.c | 160 _ppd_cache_t *pc; /* PPD cache */ in main()
|
/external/libcups/filter/ |
D | rastertopwg.c | 54 _ppd_cache_t *cache; /* PPD cache */ in main()
|