Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_request_module.c16 } ngx_http_auth_request_conf_t; typedef
37 ngx_http_auth_request_conf_t *arcf, ngx_http_auth_request_ctx_t *ctx);
108 ngx_http_auth_request_conf_t *arcf; in ngx_http_auth_request_handler()
233 ngx_http_auth_request_conf_t *arcf, ngx_http_auth_request_ctx_t *ctx) in ngx_http_auth_request_set_variables()
305 ngx_http_auth_request_conf_t *conf; in ngx_http_auth_request_create_conf()
307 conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_auth_request_conf_t)); in ngx_http_auth_request_create_conf()
327 ngx_http_auth_request_conf_t *prev = parent; in ngx_http_auth_request_merge_conf()
328 ngx_http_auth_request_conf_t *conf = child; in ngx_http_auth_request_merge_conf()
359 ngx_http_auth_request_conf_t *arcf = conf; in ngx_http_auth_request()
385 ngx_http_auth_request_conf_t *arcf = conf; in ngx_http_auth_request_set()