sendfile_max_chunk  405 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, sendfile_max_chunk),
sendfile_max_chunk 3103 http/ngx_http_core_module.c     clcf->sendfile_max_chunk = NGX_CONF_UNSET_SIZE;
sendfile_max_chunk 3310 http/ngx_http_core_module.c     ngx_conf_merge_size_value(conf->sendfile_max_chunk,
sendfile_max_chunk 3311 http/ngx_http_core_module.c                               prev->sendfile_max_chunk, 0);
sendfile_max_chunk  342 http/ngx_http_core_module.h     size_t        sendfile_max_chunk;      /* sendfile_max_chunk */
sendfile_max_chunk  226 http/ngx_http_write_filter_module.c     } else if (clcf->sendfile_max_chunk) {
sendfile_max_chunk  227 http/ngx_http_write_filter_module.c         limit = clcf->sendfile_max_chunk;
sendfile_max_chunk  273 http/ngx_http_write_filter_module.c                && clcf->sendfile_max_chunk
sendfile_max_chunk  275 http/ngx_http_write_filter_module.c                       >= clcf->sendfile_max_chunk - 2 * ngx_pagesize)