Home
last modified time | relevance | path

Searched refs:ngx_http_userid_ctx_t (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.c43 } ngx_http_userid_ctx_t; typedef
46 static ngx_http_userid_ctx_t *ngx_http_userid_get_uid(ngx_http_request_t *r,
51 ngx_http_userid_ctx_t *ctx, ngx_http_userid_conf_t *conf);
53 ngx_http_userid_ctx_t *ctx, ngx_http_userid_conf_t *conf);
199 ngx_http_userid_ctx_t *ctx; in ngx_http_userid_filter()
230 ngx_http_userid_ctx_t *ctx; in ngx_http_userid_got_variable()
260 ngx_http_userid_ctx_t *ctx; in ngx_http_userid_set_variable()
289 static ngx_http_userid_ctx_t *
295 ngx_http_userid_ctx_t *ctx; in ngx_http_userid_get_uid()
304 ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_userid_ctx_t)); in ngx_http_userid_get_uid()
[all …]