Home
last modified time | relevance | path

Searched refs:ngx_http_mirror_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_mirror_module.c16 } ngx_http_mirror_loc_conf_t; typedef
47 offsetof(ngx_http_mirror_loc_conf_t, request_body),
90 ngx_http_mirror_loc_conf_t *mlcf; in ngx_http_mirror_handler()
155 ngx_http_mirror_loc_conf_t *mlcf; in ngx_http_mirror_handler_internal()
181 ngx_http_mirror_loc_conf_t *mlcf; in ngx_http_mirror_create_loc_conf()
183 mlcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_mirror_loc_conf_t)); in ngx_http_mirror_create_loc_conf()
198 ngx_http_mirror_loc_conf_t *prev = parent; in ngx_http_mirror_merge_loc_conf()
199 ngx_http_mirror_loc_conf_t *conf = child; in ngx_http_mirror_merge_loc_conf()
211 ngx_http_mirror_loc_conf_t *mlcf = conf; in ngx_http_mirror()