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