Home
last modified time | relevance | path

Searched refs:pwg_map_t (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dpwg.h40 } pwg_map_t; typedef
53 pwg_map_t map; /* Map element */
Dppd-private.h113 pwg_map_t *bins; /* Output bins */
126 pwg_map_t *sources; /* Media sources */
128 pwg_map_t *types; /* Media types */
Dppd-cache.c426 pwg_map_t *map; /* Current map */ in _ppdCacheCreateWithFile()
623 if ((pc->bins = calloc((size_t)num_bins, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithFile()
761 if ((pc->sources = calloc((size_t)num_sources, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithFile()
810 if ((pc->types = calloc((size_t)num_types, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithFile()
993 pwg_map_t *map; /* Current source/type map */ in _ppdCacheCreateWithPPD()
1234 if ((pc->sources = calloc((size_t)input_slot->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD()
1302 if ((pc->types = calloc((size_t)media_type->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD()
1373 if ((pc->bins = calloc((size_t)output_bin->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD()
1949 pwg_map_t *map; /* Current map */ in _ppdCacheDestroy()
2733 pwg_map_t *source; /* Current source */ in _ppdCacheGetSource()
[all …]
Dtestpwg.c411 pwg_map_t *map, /* Map from original */ in test_ppd_cache()
/external/libcups/scheduler/
Dprinters.c3862 pwg_map_t *pwgsource, /* Current PWG source */ in load_ppd()
/external/libcups/tools/
Dippeveprinter.c4746 pwg_map_t *pwg_map; /* Mapping from PWG to PPD keywords */ in load_ppd_attributes()