Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c28 size_t min_file_chunk; member
149 offsetof(ngx_http_ssi_loc_conf_t, min_file_chunk),
552 if (slcf->min_file_chunk < (size_t) (b->last - b->pos)) in ngx_http_ssi_body_filter()
2889 slcf->min_file_chunk = NGX_CONF_UNSET_SIZE; in ngx_http_ssi_create_loc_conf()
2908 ngx_conf_merge_size_value(conf->min_file_chunk, prev->min_file_chunk, 1024); in ngx_http_ssi_merge_loc_conf()