Lines Matching defs:cookie
31 unsigned char cookie[MASTER_AUTH_COOKIE_SIZE];
150 memcpy(req.cookie, anvil_request->cookie, sizeof(req.cookie));
216 const char *query, *cookie;
224 buffer_create_from_data(&buf, req->cookie, sizeof(req->cookie));
225 cookie = auth_client_request_get_cookie(request);
226 if (strlen(cookie) == MASTER_AUTH_COOKIE_SIZE*2)
227 (void)hex_to_binary(cookie, &buf);