Home
last modified time | relevance | path

Searched refs:_ppd_cache_t (Results 1 – 15 of 15) sorted by relevance

/external/libcups/cups/
Dppd-private.h158 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 …]
Dtestpwg.c21 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()
Dtestcache.c30 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ in main()
Dppd.h283 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@ */
Dppd-cache.c55 _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 …]
Dppd-mark.c65 _ppd_cache_t *cache; /* PPD cache and mapping data */ in cupsMarkOptions()
Dtestppd.c315 _ppd_cache_t *pc; /* PPD cache */ in main()
/external/libcups/scheduler/
Dprinters.h114 _ppd_cache_t *pc; /* PPD cache and mapping data */
Dtestmime.c300 _ppd_cache_t *pc; /* Cache data for PPD */ in add_ppd_filters()
Dcupsfilter.c657 _ppd_cache_t *pc; /* Cache data for PPD */ in add_printer_filters()
Djob.c3638 _ppd_cache_t *pc; /* PPD cache and mapping data */ in get_options()
/external/libcups/filter/
Drastertopwg.c49 _ppd_cache_t *cache; /* PPD cache */ in main()
/external/libcups/tools/
Dippeveps.c34 static _ppd_cache_t *ppd_cache = NULL;
Dippeveprinter.c4747 _ppd_cache_t *pc; /* PPD cache */ in load_ppd_attributes()
/external/libcups/backend/
Dipp.c163 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()