Home
last modified time | relevance | path

Searched refs:NGX_OPEN_FILE_DIRECTIO_OFF (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h16 #define NGX_OPEN_FILE_DIRECTIO_OFF NGX_MAX_OFF_T_VALUE macro
/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/src/http/modules/
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/http/
H A Dngx_http_core_module.c3659 NGX_OPEN_FILE_DIRECTIO_OFF); in ngx_http_core_merge_loc_conf()
4587 clcf->directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_core_directio()
H A Dngx_http_file_cache.c354 of.directio = NGX_OPEN_FILE_DIRECTIO_OFF; in ngx_http_file_cache_open()