Lines Matching defs:plist
76 f->plist = pa_proplist_new();
90 if (src->plist)
91 dest->plist = pa_proplist_copy(src->plist);
93 dest->plist = NULL;
101 pa_proplist_free(f->plist);
106 return (f->encoding >= 0 && f->encoding < PA_ENCODING_MAX && f->plist != NULL);
125 tmp = pa_proplist_to_string_sep(f->plist, " ");
149 pa_proplist *plist;
152 plist = pa_proplist_from_string(properties);
154 if (!plist)
157 pa_proplist_free(f->plist);
158 f->plist = plist;
184 while ((key = pa_proplist_iterate(first->plist, &state))) {
187 value_one = pa_proplist_gets(first->plist, key);
188 value_two = pa_proplist_gets(second->plist, key);
248 str = pa_proplist_gets(f->plist, key);
317 str = pa_proplist_gets(f->plist, key);
350 str = pa_proplist_gets(f->plist, key);
396 str = pa_proplist_gets(f->plist, key);
440 str = pa_proplist_gets(f->plist, key);
473 str = pa_proplist_gets(f->plist, key);
631 pa_proplist_setf(f->plist, key, "%d", value);
653 pa_proplist_sets(f->plist, key, str);
661 pa_proplist_setf(f->plist, key, "{ \"" PA_JSON_MIN_KEY "\": %d, \"" PA_JSON_MAX_KEY "\": %d }",
669 pa_proplist_setf(f->plist, key, "\"%s\"", value);
690 pa_proplist_sets(f->plist, key, str);