Searched refs:rlcf (Results 1 – 4 of 4) sorted by relevance
122 ngx_http_referer_conf_t *rlcf; in ngx_http_referer_variable() local132 && rlcf->hash.wc_head == NULL in ngx_http_referer_variable()135 && rlcf->regex == NULL in ngx_http_referer_variable()144 if (rlcf->no_referer) { in ngx_http_referer_variable()169 if (rlcf->blocked_referer) { in ngx_http_referer_variable()201 if (rlcf->server_name_regex) { in ngx_http_referer_variable()219 if (rlcf->regex) { in ngx_http_referer_variable()480 if (rlcf->keys == NULL) { in ngx_http_valid_referers()482 if (rlcf->keys == NULL) { in ngx_http_valid_referers()504 rlcf->no_referer = 1; in ngx_http_valid_referers()[all …]
142 ngx_http_realip_loc_conf_t *rlcf; in ngx_http_realip_handler() local146 if (rlcf->from == NULL) { in ngx_http_realip_handler()156 switch (rlcf->type) { in ngx_http_realip_handler()198 hash = rlcf->hash; in ngx_http_realip_handler()199 len = rlcf->header.len; in ngx_http_realip_handler()200 p = rlcf->header.data; in ngx_http_realip_handler()332 if (rlcf->from == NULL) { in ngx_http_realip_from()335 if (rlcf->from == NULL) { in ngx_http_realip_from()343 cidr = ngx_array_push(rlcf->from); in ngx_http_realip_from()446 rlcf->type = NGX_HTTP_REALIP_HEADER; in ngx_http_realip()[all …]
144 ngx_http_rewrite_loc_conf_t *rlcf; in ngx_http_rewrite_handler() local155 rlcf = ngx_http_get_module_loc_conf(r, ngx_http_rewrite_module); in ngx_http_rewrite_handler()157 if (rlcf->codes == NULL) { in ngx_http_rewrite_handler()167 rlcf->stack_size * sizeof(ngx_http_variable_value_t)); in ngx_http_rewrite_handler()172 e->ip = rlcf->codes->elts; in ngx_http_rewrite_handler()175 e->log = rlcf->log; in ngx_http_rewrite_handler()193 ngx_http_rewrite_loc_conf_t *rlcf; in ngx_http_rewrite_var() local195 rlcf = ngx_http_get_module_loc_conf(r, ngx_http_rewrite_module); in ngx_http_rewrite_var()197 if (rlcf->uninitialized_variable_warn == 0) { in ngx_http_rewrite_var()
84 ngx_http_random_index_loc_conf_t *rlcf; in ngx_http_random_index_handler() local94 rlcf = ngx_http_get_module_loc_conf(r, ngx_http_random_index_module); in ngx_http_random_index_handler()96 if (!rlcf->enable) { in ngx_http_random_index_handler()