Searched refs:_ppd_cache_t (Results 1 – 15 of 15) sorted by relevance
/external/libcups/cups/ |
D | ppd-private.h | 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, [all …]
|
D | testpwg.c | 21 static int test_pagesize(_ppd_cache_t *pc, ppd_file_t *ppd, 23 static int test_ppd_cache(_ppd_cache_t *pc, ppd_file_t *ppd); 37 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ in main() 345 test_pagesize(_ppd_cache_t *pc, /* I - PWG mapping data */ in test_pagesize() 403 test_ppd_cache(_ppd_cache_t *pc, /* I - PWG mapping data */ in test_ppd_cache() 408 _ppd_cache_t *pc2; /* Loaded data */ in test_ppd_cache()
|
D | testcache.c | 30 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ in main()
|
D | ppd.h | 283 typedef struct _ppd_cache_s _ppd_cache_t; typedef 350 _ppd_cache_t *cache; /* PPD cache and mapping data @since CUPS 1.5/macOS 10.7@ @private@ */
|
D | ppd-cache.c | 55 _ppd_cache_t *pc, /* I - PPD cache info */ in _cupsConvertOptions() 418 _ppd_cache_t * /* O - PPD cache and mapping data */ 424 _ppd_cache_t *pc; /* PWG mapping data */ in _ppdCacheCreateWithFile() 502 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL) in _ppdCacheCreateWithFile() 981 _ppd_cache_t * /* O - PPD cache and mapping data */ 985 _ppd_cache_t *pc; /* PWG mapping data */ in _ppdCacheCreateWithPPD() 1042 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL) in _ppdCacheCreateWithPPD() 1946 _ppdCacheDestroy(_ppd_cache_t *pc) /* I - PPD cache and mapping data */ in _ppdCacheDestroy() 2038 _ppd_cache_t *pc, /* I - PPD cache and mapping data */ in _ppdCacheGetBin() 2071 _ppd_cache_t *pc, /* I - PPD cache and mapping data */ in _ppdCacheGetFinishingOptions() [all …]
|
D | ppd-mark.c | 65 _ppd_cache_t *cache; /* PPD cache and mapping data */ in cupsMarkOptions()
|
D | testppd.c | 315 _ppd_cache_t *pc; /* PPD cache */ in main()
|
/external/libcups/scheduler/ |
D | printers.h | 114 _ppd_cache_t *pc; /* PPD cache and mapping data */
|
D | testmime.c | 300 _ppd_cache_t *pc; /* Cache data for PPD */ in add_ppd_filters()
|
D | cupsfilter.c | 657 _ppd_cache_t *pc; /* Cache data for PPD */ in add_printer_filters()
|
D | job.c | 3638 _ppd_cache_t *pc; /* PPD cache and mapping data */ in get_options()
|
/external/libcups/filter/ |
D | rastertopwg.c | 49 _ppd_cache_t *cache; /* PPD cache */ in main()
|
/external/libcups/tools/ |
D | ippeveps.c | 34 static _ppd_cache_t *ppd_cache = NULL;
|
D | ippeveprinter.c | 4747 _ppd_cache_t *pc; /* PPD cache */ in load_ppd_attributes()
|
/external/libcups/backend/ |
D | ipp.c | 163 const char *format, _ppd_cache_t *pc, 272 _ppd_cache_t *pc = NULL; /* PPD cache and mapping data */ in main() 2735 _ppd_cache_t *pc, /* I - PPD cache and mapping data */ in new_request()
|