Searched refs:read_ahead (Results 1 – 19 of 19) sorted by relevance
106 of.read_ahead = clcf->read_ahead; in ngx_http_flv_handler()
91 of.read_ahead = clcf->read_ahead; in ngx_http_static_handler()
145 of.read_ahead = clcf->read_ahead; in ngx_http_gzip_static_handler()
218 of.read_ahead = clcf->read_ahead; in ngx_http_try_files_handler()
205 of.read_ahead = clcf->read_ahead; in ngx_http_index_handler()
471 of.read_ahead = clcf->read_ahead; in ngx_http_mp4_handler()
26 size_t read_ahead; member
915 if (of->read_ahead && ngx_file_size(&fi) > NGX_MIN_READ_AHEAD) { in ngx_open_and_stat_file()916 if (ngx_read_ahead(fd, of->read_ahead) == NGX_ERROR) { in ngx_open_and_stat_file()
114 uint8_t read_ahead; /* pages in the read-ahead window */ member
752 era = fs->entry->read_ahead; in vm_fault_readahead()787 fs->entry->read_ahead = nera; in vm_fault_readahead()
1835 new_entry->read_ahead = VM_FAULT_READ_AHEAD_INIT; in vm_map_insert()
359 size_t read_ahead; /* read_ahead */ member
1530 of.read_ahead = clcf->read_ahead; in ngx_http_script_file_code()
436 offsetof(ngx_http_core_loc_conf_t, read_ahead),3431 clcf->read_ahead = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf()3657 ngx_conf_merge_size_value(conf->read_ahead, prev->read_ahead, 0); in ngx_http_core_merge_loc_conf()
355 of.read_ahead = clcf->read_ahead; in ngx_http_file_cache_open()
711 of.read_ahead = clcf->read_ahead;
2763 *) Исправление: директива read_ahead могла не работать при использовании3939 *) Добавление: директива read_ahead.
2709 *) Bugfix: the "read_ahead" directive might not work combined with3867 *) Feature: the "read_ahead" directive.
500 syn keyword ngxDirective contained read_ahead