Lines Matching refs:pwg_map_t
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()
2695 pwg_map_t *type; /* Current type */ in _ppdCacheGetType()
2726 pwg_map_t *map; /* Current map */ in _ppdCacheWriteFile()