alcf               38 http/modules/ngx_http_access_module.c     ngx_http_access_loc_conf_t *alcf, in_addr_t addr);
alcf               41 http/modules/ngx_http_access_module.c     ngx_http_access_loc_conf_t *alcf, u_char *p);
alcf              110 http/modules/ngx_http_access_module.c     ngx_http_access_loc_conf_t  *alcf;
alcf              112 http/modules/ngx_http_access_module.c     alcf = ngx_http_get_module_loc_conf(r, ngx_http_access_module);
alcf              116 http/modules/ngx_http_access_module.c     if (alcf->rules6 && r->connection->sockaddr->sa_family == AF_INET6) {
alcf              129 http/modules/ngx_http_access_module.c             return ngx_http_access_inet(r, alcf, htonl(addr));
alcf              132 http/modules/ngx_http_access_module.c         return ngx_http_access_inet6(r, alcf, p);
alcf              137 http/modules/ngx_http_access_module.c     if (alcf->rules && r->connection->sockaddr->sa_family == AF_INET) {
alcf              139 http/modules/ngx_http_access_module.c         return ngx_http_access_inet(r, alcf, sin->sin_addr.s_addr);
alcf              147 http/modules/ngx_http_access_module.c ngx_http_access_inet(ngx_http_request_t *r, ngx_http_access_loc_conf_t *alcf,
alcf              153 http/modules/ngx_http_access_module.c     rule = alcf->rules->elts;
alcf              154 http/modules/ngx_http_access_module.c     for (i = 0; i < alcf->rules->nelts; i++) {
alcf              172 http/modules/ngx_http_access_module.c ngx_http_access_inet6(ngx_http_request_t *r, ngx_http_access_loc_conf_t *alcf,
alcf              179 http/modules/ngx_http_access_module.c     rule6 = alcf->rules6->elts;
alcf              180 http/modules/ngx_http_access_module.c     for (i = 0; i < alcf->rules6->nelts; i++) {
alcf              239 http/modules/ngx_http_access_module.c     ngx_http_access_loc_conf_t *alcf = conf;
alcf              278 http/modules/ngx_http_access_module.c         if (alcf->rules6 == NULL) {
alcf              279 http/modules/ngx_http_access_module.c             alcf->rules6 = ngx_array_create(cf->pool, 4,
alcf              281 http/modules/ngx_http_access_module.c             if (alcf->rules6 == NULL) {
alcf              286 http/modules/ngx_http_access_module.c         rule6 = ngx_array_push(alcf->rules6);
alcf              304 http/modules/ngx_http_access_module.c         if (alcf->rules == NULL) {
alcf              305 http/modules/ngx_http_access_module.c             alcf->rules = ngx_array_create(cf->pool, 4,
alcf              307 http/modules/ngx_http_access_module.c             if (alcf->rules == NULL) {
alcf              312 http/modules/ngx_http_access_module.c         rule = ngx_array_push(alcf->rules);
alcf              108 http/modules/ngx_http_auth_basic_module.c     ngx_http_auth_basic_loc_conf_t  *alcf;
alcf              116 http/modules/ngx_http_auth_basic_module.c     alcf = ngx_http_get_module_loc_conf(r, ngx_http_auth_basic_module);
alcf              118 http/modules/ngx_http_auth_basic_module.c     if (alcf->realm.len == 0 || alcf->user_file.value.len == 0) {
alcf              126 http/modules/ngx_http_auth_basic_module.c                                                  &alcf->realm);
alcf              136 http/modules/ngx_http_auth_basic_module.c         return ngx_http_auth_basic_set_realm(r, &alcf->realm);
alcf              143 http/modules/ngx_http_auth_basic_module.c     if (ngx_http_complex_value(r, &alcf->user_file, &user_file) != NGX_OK) {
alcf              234 http/modules/ngx_http_auth_basic_module.c                                                              &alcf->realm);
alcf              272 http/modules/ngx_http_auth_basic_module.c         return ngx_http_auth_basic_crypt_handler(r, NULL, &pwd, &alcf->realm);
alcf              279 http/modules/ngx_http_auth_basic_module.c     return ngx_http_auth_basic_set_realm(r, &alcf->realm);
alcf              452 http/modules/ngx_http_auth_basic_module.c     ngx_http_auth_basic_loc_conf_t *alcf = conf;
alcf              457 http/modules/ngx_http_auth_basic_module.c     if (alcf->user_file.value.len) {
alcf              467 http/modules/ngx_http_auth_basic_module.c     ccv.complex_value = &alcf->user_file;
alcf              154 http/modules/ngx_http_autoindex_module.c     ngx_http_autoindex_loc_conf_t  *alcf;
alcf              167 http/modules/ngx_http_autoindex_module.c     alcf = ngx_http_get_module_loc_conf(r, ngx_http_autoindex_module);
alcf              169 http/modules/ngx_http_autoindex_module.c     if (!alcf->enable) {
alcf              468 http/modules/ngx_http_autoindex_module.c         ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm);
alcf              477 http/modules/ngx_http_autoindex_module.c         if (alcf->exact_size) {