Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_userid_filter_module.c46 static ngx_http_userid_ctx_t *ngx_http_userid_get_uid(ngx_http_request_t *r,
212 ctx = ngx_http_userid_get_uid(r, conf); in ngx_http_userid_filter()
240 ctx = ngx_http_userid_get_uid(r->main, conf); in ngx_http_userid_got_variable()
270 ctx = ngx_http_userid_get_uid(r->main, conf); in ngx_http_userid_set_variable()
290 ngx_http_userid_get_uid(ngx_http_request_t *r, ngx_http_userid_conf_t *conf) in ngx_http_userid_get_uid() function