| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_flv_module.c | 107 of.directio = clcf->directio; in ngx_http_flv_handler() 248 b->file->directio = of.is_directio; in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 92 of.directio = clcf->directio; in ngx_http_static_handler() 263 b->file->directio = of.is_directio; in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 146 of.directio = clcf->directio; in ngx_http_gzip_static_handler() 277 b->file->directio = of.is_directio; in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_try_files_module.c | 219 of.directio = clcf->directio; in ngx_http_try_files_handler()
|
| H A D | ngx_http_index_module.c | 206 of.directio = clcf->directio; in ngx_http_index_handler()
|
| H A D | ngx_http_mp4_module.c | 472 of.directio = NGX_MAX_OFF_T_VALUE; in ngx_http_mp4_handler() 615 if (clcf->directio <= of.size) { in ngx_http_mp4_handler() 630 mp4->file.directio = 1; in ngx_http_mp4_handler() 677 b->file->directio = of.is_directio; in ngx_http_mp4_handler()
|
| H A D | ngx_http_log_module.c | 554 of.directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_log_script_write()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_output_chain.c | 263 if (buf->in_file && buf->file->directio) { in ngx_output_chain_as_is() 403 if (in->file == NULL || !in->file->directio) { in ngx_output_chain_align_file_buf() 407 ctx->directio = 1; in ngx_output_chain_align_file_buf() 468 } else if (!ctx->directio in ngx_output_chain_get_buf() 488 if (ctx->directio) { in ngx_output_chain_get_buf() 535 sendfile = ctx->sendfile && !ctx->directio; in ngx_output_chain_copy_buf()
|
| H A D | ngx_open_file_cache.h | 25 off_t directio; member
|
| H A D | ngx_file.h | 38 unsigned directio:1; member
|
| H A D | ngx_buf.h | 85 unsigned directio:1; member
|
| H A D | ngx_open_file_cache.c | 922 if (of->directio <= ngx_file_size(&fi)) { in ngx_open_and_stat_file()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | nginx.xs | 712 of.directio = clcf->directio; 749 b->file->directio = of.is_directio;
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.h | 338 #define ngx_directio_on(fd) directio(fd, DIRECTIO_ON)
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 350 off_t directio; /* directio */ member
|
| H A D | ngx_http_core_module.c | 3432 clcf->directio = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf() 3658 ngx_conf_merge_off_value(conf->directio, prev->directio, in ngx_http_core_merge_loc_conf() 4580 if (clcf->directio != NGX_CONF_UNSET) { in ngx_http_core_directio() 4587 clcf->directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_core_directio() 4591 clcf->directio = ngx_parse_offset(&value[1]); in ngx_http_core_directio() 4592 if (clcf->directio == (off_t) NGX_ERROR) { in ngx_http_core_directio()
|
| H A D | ngx_http_script.c | 1531 of.directio = clcf->directio; in ngx_http_script_file_code()
|
| H A D | ngx_http_file_cache.c | 354 of.directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_file_cache_open()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 4808 *) Исправление: директива directio не работала с файловой системой XFS. 4883 *) Добавление: директива directio теперь работает на Linux. 4887 *) Исправление: оптимизация directio, появившаяся в 0.7.15, не работала 4907 *) Добавление: директива directio оптимизирована для запросов файлов, 4910 *) Добавление: директива directio при необходимости запрещает 5038 *) Добавление: поддержка directio в Solaris. 5062 *) Добавление: директива directio.
|
| H A D | CHANGES | 4719 *) Bugfix: the "directio" directive did not work in XFS filesystem. 4793 *) Feature: now the "directio" directive works on Linux. 4797 *) Bugfix: the "directio" optimization that had appeared in 0.7.15 did 4817 *) Feature: the "directio" directive has been optimized for file 4820 *) Feature: the "directio" directive turns off sendfile if it is 4941 *) Feature: Solaris directio support. 4964 *) Feature: the "directio" directive.
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 222 ngx_feature="directio()" 229 ngx_feature_test="directio(0, DIRECTIO_ON);"
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 449 of.directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_stream_log_script_write()
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 184 syn keyword ngxDirective contained directio
|