Home
last modified time | relevance | path

Searched refs:uid_got (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_userid_filter_module.c39 uint32_t uid_got[4]; member
246 if (ctx->uid_got[3] != 0) { in ngx_http_userid_got_variable()
340 dst.data = (u_char *) ctx->uid_got; in ngx_http_userid_get_uid()
352 ctx->uid_got[0], ctx->uid_got[1], in ngx_http_userid_get_uid()
353 ctx->uid_got[2], ctx->uid_got[3]); in ngx_http_userid_get_uid()
394 if (ctx->uid_got[3] == 0 || ctx->reset) { in ngx_http_userid_set_uid()
471 if (ctx->uid_got[3] != 0) { in ngx_http_userid_create_uid()
489 ctx->uid_set[0] = ctx->uid_got[0]; in ngx_http_userid_create_uid()
490 ctx->uid_set[1] = ctx->uid_got[1]; in ngx_http_userid_create_uid()
502 &conf->name, ctx->uid_got[0], ctx->uid_got[1], in ngx_http_userid_create_uid()
[all …]
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3538 *) Исправление: переменную $uid_got нельзя было использовать в SSI и
5180 *) Добавление: переменные $uid_got и $uid_set можно использовать на
7333 $upstream_response_time, $gzip_ratio, $uid_got, $uid_set,
H A DCHANGES3473 *) Bugfix: the $uid_got variable might not be used in the SSI and perl
5079 *) Feature: the $uid_got and $uid_set variables may be used at any
7205 $upstream_response_time, $gzip_ratio, $uid_got, $uid_set,