Lines Matching defs:key
106 const char *key;
111 const char *key;
285 static const char *lookup_description(const char *key, const struct description_map dm[], unsigned n) {
288 if (!key)
292 if (pa_streq(dm[i].key, key))
298 static const struct description2_map *lookup_description2(const char *key, const struct description2_map dm[], unsigned n) {
301 if (!key)
305 if (pa_streq(dm[i].key, key))
733 pa_xfree(db_fix->key);
2826 const char *key = p->description_key ? p->description_key : p->name;
2827 const struct description2_map *map = lookup_description2(key,
2846 pa_log_warn("Path %s: Unrecognized description key: %s", p->name, p->description_key);
2926 { "description-key", pa_config_parse_string, NULL, "General" },
3574 e->db_fix->key = pa_xstrdup(db_fix->key);
4015 db_fix->key = pa_xstrdup(alsa_id);
4017 pa_hashmap_put(ps->decibel_fixes, db_fix->key, db_fix);
4948 { "description-key", mapping_parse_description_key,NULL, NULL },
5090 const void* key;
5096 p = pa_hashmap_iterate(h, &state, &key);
5099 pa_hashmap_remove_and_free(h, key);
5100 p = pa_hashmap_iterate(h, &state, &key);