Lines Matching defs:cookie
2424 const void*cookie;
2434 pa_tagstruct_get_arbitrary(t, &cookie, PA_NATIVE_COOKIE_LENGTH) < 0 ||
2503 if (memcmp(ac, cookie, PA_NATIVE_COOKIE_LENGTH) == 0)
2507 * so all of them can get the right cookie through ipc, cookie file check is useless.
3581 pa_tagstruct_putu32(reply, c->protocol->core->cookie);
5383 if (pa_modargs_get_value_boolean(ma, "auth-cookie-enabled", &enabled) < 0) {
5384 pa_log_error("auth-cookie-enabled= expects a boolean argument.");
5394 /* The new name for this is 'auth-cookie', for compat reasons
5396 cn = pa_modargs_get_value(ma, "auth-cookie", NULL);
5398 cn = pa_modargs_get_value(ma, "cookie", NULL);