Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_realip_module.c15 } ngx_stream_realip_srv_conf_t; typedef
101 ngx_stream_realip_srv_conf_t *rscf; in ngx_stream_realip_handler()
179 ngx_stream_realip_srv_conf_t *rscf = conf; in ngx_stream_realip_from()
282 ngx_stream_realip_srv_conf_t *conf; in ngx_stream_realip_create_srv_conf()
284 conf = ngx_pcalloc(cf->pool, sizeof(ngx_stream_realip_srv_conf_t)); in ngx_stream_realip_create_srv_conf()
302 ngx_stream_realip_srv_conf_t *prev = parent; in ngx_stream_realip_merge_srv_conf()
303 ngx_stream_realip_srv_conf_t *conf = child; in ngx_stream_realip_merge_srv_conf()