Searched refs:cookie_file (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/utils/ |
D | pax11publish.c | 42 …const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_C… in main() local 79 cookie_file = optarg; in main() 138 if (pa_authkey_save(cookie_file, cookie, l) < 0) { in main() 187 if (pa_authkey_load(cookie_file, true, cookie, sizeof(cookie)) < 0) { in main()
|
/third_party/pulseaudio/src/pulse/ |
D | client-conf.c | 234 void pa_client_conf_set_cookie_file_from_application(pa_client_conf *c, const char *cookie_file) { in pa_client_conf_set_cookie_file_from_application() argument 236 pa_assert(!cookie_file || *cookie_file); in pa_client_conf_set_cookie_file_from_application() 239 c->cookie_file_from_application = pa_xstrdup(cookie_file); in pa_client_conf_set_cookie_file_from_application()
|
D | client-conf.h | 59 void pa_client_conf_set_cookie_file_from_application(pa_client_conf *c, const char *cookie_file);
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-source-new.c | 105 char *cookie_file; member 247 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func() 658 u->cookie_file = pa_xstrdup(pa_modargs_get_value(ma, "cookie", NULL)); in do_init() 755 if (u->cookie_file) in do_done() 756 pa_xfree(u->cookie_file); in do_done()
|
D | module-tunnel-sink-new.c | 107 char *cookie_file; member 199 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func() 686 u->cookie_file = pa_xstrdup(pa_modargs_get_value(ma, "cookie", NULL)); in do_init() 786 if (u->cookie_file) in do_done() 787 pa_xfree(u->cookie_file); in do_done()
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 366 StatusUpdate("Saving authentication cookies to %s" % self.cookie_file) 383 self.cookie_file = os.path.expanduser("~/.codereview_upload_cookies") 384 self.cookie_jar = cookielib.MozillaCookieJar(self.cookie_file) 385 if os.path.exists(self.cookie_file): 390 self.cookie_file) 396 fd = os.open(self.cookie_file, os.O_CREAT, 0600) 399 os.chmod(self.cookie_file, 0600)
|