Searched refs:cookie_file_from_client_conf (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | client-conf.c | 65 .cookie_file_from_client_conf = NULL, 93 pa_xfree(c->cookie_file_from_client_conf); in pa_client_conf_free() 142 … { "cookie-file", pa_config_parse_string, &c->cookie_file_from_client_conf, NULL }, in pa_client_conf_load() 204 if (c->cookie_file_from_client_conf) { in pa_client_conf_load_cookie() 205 r = pa_authkey_load(c->cookie_file_from_client_conf, true, cookie, cookie_length); in pa_client_conf_load_cookie() 209 …n("Failed to load cookie from %s (configured in client.conf): %s", c->cookie_file_from_client_conf, in pa_client_conf_load_cookie()
|
D | client-conf.h | 39 char *cookie_file_from_client_conf; member
|