Home
last modified time | relevance | path

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

/external/libcups/cups/
Dpwg.h46 } pwg_map_t; typedef
59 pwg_map_t map; /* Map element */
Dppd-private.h125 pwg_map_t *bins; /* Output bins */
138 pwg_map_t *sources; /* Media sources */
140 pwg_map_t *types; /* Media types */
Dppd-cache.c401 pwg_map_t *map; /* Current map */ in _ppdCacheCreateWithFile()
602 if ((pc->bins = calloc((size_t)num_bins, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithFile()
740 if ((pc->sources = calloc((size_t)num_sources, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithFile()
789 if ((pc->types = calloc((size_t)num_types, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithFile()
966 pwg_map_t *map; /* Current source/type map */ in _ppdCacheCreateWithPPD()
1204 if ((pc->sources = calloc((size_t)input_slot->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD()
1265 if ((pc->types = calloc((size_t)media_type->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD()
1329 if ((pc->bins = calloc((size_t)output_bin->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD()
1878 pwg_map_t *map; /* Current map */ in _ppdCacheDestroy()
2666 pwg_map_t *source; /* Current source */ in _ppdCacheGetSource()
[all …]
Dtestpwg.c417 pwg_map_t *map, /* Map from original */ in test_ppd_cache()