Home
last modified time | relevance | path

Searched refs:is_directio (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h50 unsigned is_directio:1; member
85 unsigned is_directio:1; member
H A Dngx_open_file_cache.c251 of->is_directio = file->is_directio; in ngx_open_cached_file()
315 of->is_directio = file->is_directio; in ngx_open_cached_file()
417 file->is_directio = of->is_directio; in ngx_open_cached_file()
928 of->is_directio = 1; in ngx_open_and_stat_file()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c248 b->file->directio = of.is_directio; in ngx_http_flv_handler()
H A Dngx_http_static_module.c263 b->file->directio = of.is_directio; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c277 b->file->directio = of.is_directio; in ngx_http_gzip_static_handler()
H A Dngx_http_mp4_module.c627 of.is_directio = 1; in ngx_http_mp4_handler()
677 b->file->directio = of.is_directio; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs749 b->file->directio = of.is_directio;