Searched refs:pwg_map_t (Results 1 – 4 of 4) sorted by relevance
46 } pwg_map_t; typedef59 pwg_map_t map; /* Map element */
125 pwg_map_t *bins; /* Output bins */138 pwg_map_t *sources; /* Media sources */140 pwg_map_t *types; /* Media types */
401 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 …]
417 pwg_map_t *map, /* Map from original */ in test_ppd_cache()