Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-private.h168 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 …]
Dtestpwg.c27 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()
Dtestcache.c36 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */ in main()
Dppd-cache.c56 _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 …]
Dppd.h291 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@ */
Dppd-mark.c69 _ppd_cache_t *cache; /* PPD cache and mapping data */ in cupsMarkOptions()
Dtestppd.c160 _ppd_cache_t *pc; /* PPD cache */ in main()
/external/libcups/filter/
Drastertopwg.c54 _ppd_cache_t *cache; /* PPD cache */ in main()