Searched refs:_ppd_cache_t (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dppd-private.h158 extern _ppd_cache_t *_ppdCacheCreateWithFile(const char *filename,
160 extern _ppd_cache_t *_ppdCacheCreateWithPPD(ppd_file_t *ppd);
161 extern void _ppdCacheDestroy(_ppd_cache_t *pc);
162 extern const char *_ppdCacheGetBin(_ppd_cache_t *pc,
164 extern int _ppdCacheGetFinishingOptions(_ppd_cache_t *pc,
169 extern int _ppdCacheGetFinishingValues(_ppd_cache_t *pc,
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,
180 extern const char *_ppdCacheGetPageSize(_ppd_cache_t *p
[all...]
H A Dtestcache.c38 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */
H A Dtestpwg.c35 static int test_pagesize(_ppd_cache_t *pc, ppd_file_t *ppd,
37 static int test_ppd_cache(_ppd_cache_t *pc, ppd_file_t *ppd);
51 _ppd_cache_t *pc; /* PPD cache and PWG mapping data */
345 test_pagesize(_ppd_cache_t *pc, /* I - PWG mapping data */
403 test_ppd_cache(_ppd_cache_t *pc, /* I - PWG mapping data */
408 _ppd_cache_t *pc2; /* Loaded data */
H A Dppd-cache.c52 _ppd_cache_t * /* O - PPD cache and mapping data */
58 _ppd_cache_t *pc; /* PWG mapping data */
136 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL)
139 DEBUG_puts("_ppdCacheCreateWithFile: Unable to allocate _ppd_cache_t.");
614 _ppd_cache_t * /* O - PPD cache and mapping data */
618 _ppd_cache_t *pc; /* PWG mapping data */
673 if ((pc = calloc(1, sizeof(_ppd_cache_t))) == NULL)
675 DEBUG_puts("_ppdCacheCreateWithPPD: Unable to allocate _ppd_cache_t.");
1422 _ppdCacheDestroy(_ppd_cache_t *pc) /* I - PPD cache and mapping data */
1516 _ppd_cache_t *p
[all...]
H A Dppd.h290 typedef struct _ppd_cache_s _ppd_cache_t; typedef in typeref:struct:_ppd_cache_s
357 _ppd_cache_t *cache; /* PPD cache and mapping data @since CUPS 1.5/OS X 10.7@ @private@ */
H A Dmark.c70 _ppd_cache_t *cache; /* PPD cache and mapping data */
H A Dtestppd.c151 _ppd_cache_t *pc; /* PPD cache */
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.h112 _ppd_cache_t *pc; /* PPD cache and mapping data */
H A Dtestmime.c322 _ppd_cache_t *pc; /* Cache data for PPD */
H A Dcupsfilter.c663 _ppd_cache_t *pc; /* Cache data for PPD */
H A Djob.c3521 _ppd_cache_t *pc; /* PPD cache and mapping data */
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertopwg.c53 _ppd_cache_t *cache; /* PPD cache */
/macosx-10.10.1/cups-408/cups/backend/
H A Dipp.c164 const char *format, _ppd_cache_t *pc,
273 _ppd_cache_t *pc = NULL; /* PPD cache and mapping data */
2542 _ppd_cache_t *pc, /* I - PPD cache and mapping data */

Completed in 221 milliseconds