Home
last modified time | relevance | path

Searched refs:directio (Results 1 – 23 of 23) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c107 of.directio = clcf->directio; in ngx_http_flv_handler()
248 b->file->directio = of.is_directio; in ngx_http_flv_handler()
H A Dngx_http_static_module.c92 of.directio = clcf->directio; in ngx_http_static_handler()
263 b->file->directio = of.is_directio; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c146 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 Dngx_http_try_files_module.c219 of.directio = clcf->directio; in ngx_http_try_files_handler()
H A Dngx_http_index_module.c206 of.directio = clcf->directio; in ngx_http_index_handler()
H A Dngx_http_mp4_module.c472 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 Dngx_http_log_module.c554 of.directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_log_script_write()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_output_chain.c263 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 Dngx_open_file_cache.h25 off_t directio; member
H A Dngx_file.h38 unsigned directio:1; member
H A Dngx_buf.h85 unsigned directio:1; member
H A Dngx_open_file_cache.c922 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 Dnginx.xs712 of.directio = clcf->directio;
749 b->file->directio = of.is_directio;
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h338 #define ngx_directio_on(fd) directio(fd, DIRECTIO_ON)
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h350 off_t directio; /* directio */ member
H A Dngx_http_core_module.c3432 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 Dngx_http_script.c1531 of.directio = clcf->directio; in ngx_http_script_file_code()
H A Dngx_http_file_cache.c354 of.directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_file_cache_open()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru4808 *) Исправление: директива directio не работала с файловой системой XFS.
4883 *) Добавление: директива directio теперь работает на Linux.
4887 *) Исправление: оптимизация directio, появившаяся в 0.7.15, не работала
4907 *) Добавление: директива directio оптимизирована для запросов файлов,
4910 *) Добавление: директива directio при необходимости запрещает
5038 *) Добавление: поддержка directio в Solaris.
5062 *) Добавление: директива directio.
H A DCHANGES4719 *) 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 Dunix222 ngx_feature="directio()"
229 ngx_feature_test="directio(0, DIRECTIO_ON);"
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c449 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 Dnginx.vim184 syn keyword ngxDirective contained directio