HomeSort by relevance Sort by last modified time
    Searched refs:_ppd_cache_t (Results 1 - 8 of 8) sorted by null

  /external/libcups/cups/
ppd-private.h 168 extern int _cupsConvertOptions(ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup, const char *user, const char *format, int copies, int num_options, cups_option_t *options);
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...]
testcache.c 36 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */
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 */
351 test_pagesize(_ppd_cache_t *pc, /* I - PWG mapping data */
409 test_ppd_cache(_ppd_cache_t *pc, /* I - PWG mapping data */
414 _ppd_cache_t *pc2; /* Loaded data */
ppd.h 289 typedef struct _ppd_cache_s _ppd_cache_t; typedef in typeref:struct:_ppd_cache_s
356 _ppd_cache_t *cache; /* PPD cache and mapping data @since CUPS 1.5/macOS 10.7@ @private@ */
ppd-cache.c 56 _ppd_cache_t *pc, /* I - PPD cache info */
391 _ppd_cache_t * /* O - PPD cache and mapping data */
397 _ppd_cache_t *pc; /* PWG mapping data */
475 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL)
478 DEBUG_puts("_ppdCacheCreateWithFile: Unable to allocate _ppd_cache_t.");
953 _ppd_cache_t * /* O - PPD cache and mapping data */
957 _ppd_cache_t *pc; /* PWG mapping data */
    [all...]
ppd-mark.c 69 _ppd_cache_t *cache; /* PPD cache and mapping data */
testppd.c 160 _ppd_cache_t *pc; /* PPD cache */
  /external/libcups/filter/
rastertopwg.c 54 _ppd_cache_t *cache; /* PPD cache */

Completed in 2328 milliseconds