Searched refs:pwg_map_t (Results 1 – 6 of 6) sorted by relevance
40 } pwg_map_t; typedef53 pwg_map_t map; /* Map element */
113 pwg_map_t *bins; /* Output bins */126 pwg_map_t *sources; /* Media sources */128 pwg_map_t *types; /* Media types */
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()[all …]
411 pwg_map_t *map, /* Map from original */ in test_ppd_cache()
3862 pwg_map_t *pwgsource, /* Current PWG source */ in load_ppd()
4746 pwg_map_t *pwg_map; /* Mapping from PWG to PPD keywords */ in load_ppd_attributes()