Searched refs:proplist_setn (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | proplist.c | 104 static int proplist_setn(pa_proplist *p, const char *key, size_t key_length, const char *value, siz… in proplist_setn() function 150 return proplist_setn(p, in pa_proplist_setp() 534 if (proplist_setn(pl, key, key_len, value, value_len) < 0) in pa_proplist_from_string() 553 if (proplist_setn(pl, key, key_len, v, strlen(v)) < 0) { in pa_proplist_from_string() 584 if (proplist_setn(pl, key, key_len, v, strlen(v)) < 0) { in pa_proplist_from_string()
|