before_body        13 http/modules/ngx_http_addition_filter_module.c     ngx_str_t     before_body;
before_body        38 http/modules/ngx_http_addition_filter_module.c       offsetof(ngx_http_addition_conf_t, before_body),
before_body       106 http/modules/ngx_http_addition_filter_module.c     if (conf->before_body.len == 0 && conf->after_body.len == 0) {
before_body       153 http/modules/ngx_http_addition_filter_module.c         if (conf->before_body.len) {
before_body       154 http/modules/ngx_http_addition_filter_module.c             if (ngx_http_subrequest(r, &conf->before_body, NULL, &sr, NULL, 0)
before_body       237 http/modules/ngx_http_addition_filter_module.c     ngx_conf_merge_str_value(conf->before_body, prev->before_body, "");