Searched refs:NGX_HTTP_AIO_ON (Results 1 – 4 of 4) sorted by relevance
129 if (ngx_file_aio && clcf->aio == NGX_HTTP_AIO_ON) { in ngx_http_copy_filter()
35 #define NGX_HTTP_AIO_ON 1 macro
4488 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()
678 if (clcf->aio == NGX_HTTP_AIO_ON && ngx_file_aio) { in ngx_http_file_cache_aio_read()