Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c106 of.read_ahead = clcf->read_ahead; in ngx_http_flv_handler()
H A Dngx_http_static_module.c91 of.read_ahead = clcf->read_ahead; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c145 of.read_ahead = clcf->read_ahead; in ngx_http_gzip_static_handler()
H A Dngx_http_try_files_module.c218 of.read_ahead = clcf->read_ahead; in ngx_http_try_files_handler()
H A Dngx_http_index_module.c205 of.read_ahead = clcf->read_ahead; in ngx_http_index_handler()
H A Dngx_http_mp4_module.c471 of.read_ahead = clcf->read_ahead; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h26 size_t read_ahead; member
H A Dngx_open_file_cache.c915 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()
/f-stack/freebsd/vm/
H A Dvm_map.h114 uint8_t read_ahead; /* pages in the read-ahead window */ member
H A Dvm_fault.c752 era = fs->entry->read_ahead; in vm_fault_readahead()
787 fs->entry->read_ahead = nera; in vm_fault_readahead()
H A Dvm_map.c1835 new_entry->read_ahead = VM_FAULT_READ_AHEAD_INIT; in vm_map_insert()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h359 size_t read_ahead; /* read_ahead */ member
H A Dngx_http_script.c1530 of.read_ahead = clcf->read_ahead; in ngx_http_script_file_code()
H A Dngx_http_core_module.c436 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()
H A Dngx_http_file_cache.c355 of.read_ahead = clcf->read_ahead; in ngx_http_file_cache_open()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs711 of.read_ahead = clcf->read_ahead;
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2763 *) Исправление: директива read_ahead могла не работать при использовании
3939 *) Добавление: директива read_ahead.
H A DCHANGES2709 *) Bugfix: the "read_ahead" directive might not work combined with
3867 *) Feature: the "read_ahead" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim500 syn keyword ngxDirective contained read_ahead