Lines Matching defs:cookie
65 #include <pulsecore/auth-cookie.h>
83 "auto=<determine server/sink/cookie automatically> "
87 "cookie=<filename> "
98 "auto=<determine server/source/cookie automatically> "
102 "cookie=<filename> "
117 "cookie",
1125 uint32_t cookie;
1145 pa_tagstruct_getu32(t, &cookie) < 0 ||
2375 cookie_path = pa_modargs_get_value(ma, "cookie", NULL);
2394 /* Figure out the cookie the same way a normal client would */
2402 uint8_t cookie[PA_NATIVE_COOKIE_LENGTH];
2404 if (pa_parsehex(t, cookie, sizeof(cookie)) != sizeof(cookie))
2405 pa_log("Failed to parse cookie data");
2407 if (!(u->auth_cookie = pa_auth_cookie_create(u->core, cookie, sizeof(cookie))))