read_ahead        537 core/ngx_open_file_cache.c         if (of->read_ahead && ngx_file_size(&fi) > NGX_MIN_READ_AHEAD) {
read_ahead        538 core/ngx_open_file_cache.c             if (ngx_read_ahead(fd, of->read_ahead) == NGX_ERROR) {
read_ahead         24 core/ngx_open_file_cache.h     size_t                   read_ahead;
read_ahead        105 http/modules/ngx_http_flv_module.c     of.read_ahead = clcf->read_ahead;
read_ahead        125 http/modules/ngx_http_gzip_static_module.c     of.read_ahead = clcf->read_ahead;
read_ahead        204 http/modules/ngx_http_index_module.c         of.read_ahead = clcf->read_ahead;
read_ahead         90 http/modules/ngx_http_static_module.c     of.read_ahead = clcf->read_ahead;
read_ahead        423 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, read_ahead),
read_ahead       3107 http/ngx_http_core_module.c     clcf->read_ahead = NGX_CONF_UNSET_SIZE;
read_ahead       3315 http/ngx_http_core_module.c     ngx_conf_merge_size_value(conf->read_ahead, prev->read_ahead, 0);
read_ahead        343 http/ngx_http_core_module.h     size_t        read_ahead;              /* read_ahead */
read_ahead        324 http/ngx_http_file_cache.c     of.read_ahead = clcf->read_ahead;
read_ahead       1498 http/ngx_http_script.c     of.read_ahead = clcf->read_ahead;