Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_realip_module.c25 } ngx_http_realip_loc_conf_t; typedef
78 offsetof(ngx_http_realip_loc_conf_t, recursive),
142 ngx_http_realip_loc_conf_t *rlcf; in ngx_http_realip_handler()
318 ngx_http_realip_loc_conf_t *rlcf = conf; in ngx_http_realip_from()
421 ngx_http_realip_loc_conf_t *rlcf = conf; in ngx_http_realip()
457 ngx_http_realip_loc_conf_t *conf; in ngx_http_realip_create_loc_conf()
459 conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_realip_loc_conf_t)); in ngx_http_realip_create_loc_conf()
482 ngx_http_realip_loc_conf_t *prev = parent; in ngx_http_realip_merge_loc_conf()
483 ngx_http_realip_loc_conf_t *conf = child; in ngx_http_realip_merge_loc_conf()