uid_got            38 http/modules/ngx_http_userid_filter_module.c     uint32_t    uid_got[4];
uid_got           242 http/modules/ngx_http_userid_filter_module.c     if (ctx->uid_got[3] != 0) {
uid_got           243 http/modules/ngx_http_userid_filter_module.c         return ngx_http_userid_variable(r->main, v, &conf->name, ctx->uid_got);
uid_got           336 http/modules/ngx_http_userid_filter_module.c     dst.data = (u_char *) ctx->uid_got;
uid_got           348 http/modules/ngx_http_userid_filter_module.c                    ctx->uid_got[0], ctx->uid_got[1],
uid_got           349 http/modules/ngx_http_userid_filter_module.c                    ctx->uid_got[2], ctx->uid_got[3]);
uid_got           390 http/modules/ngx_http_userid_filter_module.c     if (ctx->uid_got[3] == 0) {
uid_got           466 http/modules/ngx_http_userid_filter_module.c     if (ctx->uid_got[3] != 0) {
uid_got           476 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[0] = ctx->uid_got[0];
uid_got           477 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[1] = ctx->uid_got[1];
uid_got           478 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[2] = ctx->uid_got[2];
uid_got           479 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[3] = ctx->uid_got[3];