Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_access_module.c57 ngx_http_access_loc_conf_t *alcf);
126 ngx_http_access_loc_conf_t *alcf; in ngx_http_access_handler() local
138 if (alcf->rules) { in ngx_http_access_handler()
158 if (alcf->rules6) { in ngx_http_access_handler()
169 if (alcf->rules_un) { in ngx_http_access_handler()
189 rule = alcf->rules->elts; in ngx_http_access_inet()
215 rule6 = alcf->rules6->elts; in ngx_http_access_inet6()
260 rule_un = alcf->rules_un->elts; in ngx_http_access_unix()
342 if (alcf->rules == NULL) { in ngx_http_access_rule()
363 if (alcf->rules6 == NULL) { in ngx_http_access_rule()
[all …]
H A Dngx_http_auth_basic_module.c101 ngx_http_auth_basic_loc_conf_t *alcf; in ngx_http_auth_basic_handler() local
109 alcf = ngx_http_get_module_loc_conf(r, ngx_http_auth_basic_module); in ngx_http_auth_basic_handler()
111 if (alcf->realm == NULL || alcf->user_file.value.data == NULL) { in ngx_http_auth_basic_handler()
115 if (ngx_http_complex_value(r, alcf->realm, &realm) != NGX_OK) { in ngx_http_auth_basic_handler()
137 if (ngx_http_complex_value(r, &alcf->user_file, &user_file) != NGX_OK) { in ngx_http_auth_basic_handler()
405 ngx_http_auth_basic_loc_conf_t *alcf = conf; in ngx_http_auth_basic_user_file() local
410 if (alcf->user_file.value.data) { in ngx_http_auth_basic_user_file()
420 ccv.complex_value = &alcf->user_file; in ngx_http_auth_basic_user_file()
H A Dngx_http_autoindex_module.c167 ngx_http_autoindex_loc_conf_t *alcf; in ngx_http_autoindex_handler() local
177 alcf = ngx_http_get_module_loc_conf(r, ngx_http_autoindex_module); in ngx_http_autoindex_handler()
179 if (!alcf->enable) { in ngx_http_autoindex_handler()
205 format = alcf->format; in ngx_http_autoindex_handler()
444 ngx_http_autoindex_loc_conf_t *alcf; in ngx_http_autoindex_html() local
544 alcf = ngx_http_get_module_loc_conf(r, ngx_http_autoindex_module); in ngx_http_autoindex_html()
628 ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm); in ngx_http_autoindex_html()
637 if (alcf->exact_size) { in ngx_http_autoindex_html()
/f-stack/freebsd/contrib/openzfs/
H A DAUTHORS54 Ben Allen <bsallen@alcf.anl.gov>