Home
last modified time | relevance | path

Searched refs:arcf (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.c108 ngx_http_auth_request_conf_t *arcf; in ngx_http_auth_request_handler() local
112 if (arcf->uri.len == 0) { in ngx_http_auth_request_handler()
244 if (arcf->vars == NULL) { in ngx_http_auth_request_set_variables()
251 av = arcf->vars->elts; in ngx_http_auth_request_set_variables()
252 last = av + arcf->vars->nelts; in ngx_http_auth_request_set_variables()
363 if (arcf->uri.data != NULL) { in ngx_http_auth_request()
370 arcf->uri.len = 0; in ngx_http_auth_request()
371 arcf->uri.data = (u_char *) ""; in ngx_http_auth_request()
376 arcf->uri = value[1]; in ngx_http_auth_request()
406 if (arcf->vars == NULL) { in ngx_http_auth_request_set()
[all …]