cookie             40 http/modules/ngx_http_userid_filter_module.c     ngx_str_t   cookie;
cookie            309 http/modules/ngx_http_userid_filter_module.c                                           &ctx->cookie);
cookie            315 http/modules/ngx_http_userid_filter_module.c                    "uid cookie: \"%V\"", &ctx->cookie);
cookie            317 http/modules/ngx_http_userid_filter_module.c     if (ctx->cookie.len < 22) {
cookie            325 http/modules/ngx_http_userid_filter_module.c     src = ctx->cookie;
cookie            359 http/modules/ngx_http_userid_filter_module.c     u_char           *cookie, *p;
cookie            382 http/modules/ngx_http_userid_filter_module.c     cookie = ngx_pnalloc(r->pool, len);
cookie            383 http/modules/ngx_http_userid_filter_module.c     if (cookie == NULL) {
cookie            387 http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(cookie, conf->name.data, conf->name.len);
cookie            404 http/modules/ngx_http_userid_filter_module.c         p = ngx_cpymem(p, ctx->cookie.data, 22);
cookie            428 http/modules/ngx_http_userid_filter_module.c     set_cookie->value.len = p - cookie;
cookie            429 http/modules/ngx_http_userid_filter_module.c     set_cookie->value.data = cookie;
cookie            469 http/modules/ngx_http_userid_filter_module.c             || (ctx->cookie.len > 23
cookie            470 http/modules/ngx_http_userid_filter_module.c                 && ctx->cookie.data[22] == conf->mark
cookie            471 http/modules/ngx_http_userid_filter_module.c                 && ctx->cookie.data[23] == '='))
cookie           1494 http/ngx_http_request.c     ngx_table_elt_t  **cookie;
cookie           1496 http/ngx_http_request.c     cookie = ngx_array_push(&r->headers_in.cookies);
cookie           1497 http/ngx_http_request.c     if (cookie) {
cookie           1498 http/ngx_http_request.c         *cookie = h;
cookie            815 http/ngx_http_variables.c     ngx_str_t  cookie, s;
cookie            820 http/ngx_http_variables.c     if (ngx_http_parse_multi_header_lines(&r->headers_in.cookies, &s, &cookie)
cookie            827 http/ngx_http_variables.c     v->len = cookie.len;
cookie            831 http/ngx_http_variables.c     v->data = cookie.data;