Home
last modified time | relevance | path

Searched refs:NGX_HTTP_AIO_ON (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c129 if (ngx_file_aio && clcf->aio == NGX_HTTP_AIO_ON) { in ngx_http_copy_filter()
H A Dngx_http_core_module.h35 #define NGX_HTTP_AIO_ON 1 macro
H A Dngx_http_core_module.c4488 clcf->aio = NGX_HTTP_AIO_ON; in ngx_http_core_set_aio()
4501 clcf->aio = NGX_HTTP_AIO_ON; in ngx_http_core_set_aio()
H A Dngx_http_file_cache.c678 if (clcf->aio == NGX_HTTP_AIO_ON && ngx_file_aio) { in ngx_http_file_cache_aio_read()