Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c138 if (clcf->aio == NGX_HTTP_AIO_THREADS) { in ngx_http_copy_filter()
H A Dngx_http_core_module.h36 #define NGX_HTTP_AIO_THREADS 2 macro
H A Dngx_http_file_cache.c701 if (clcf->aio == NGX_HTTP_AIO_THREADS) { in ngx_http_file_cache_aio_read()
H A Dngx_http_core_module.c4520 clcf->aio = NGX_HTTP_AIO_THREADS; in ngx_http_core_set_aio()
H A Dngx_http_upstream.c3165 if (clcf->aio == NGX_HTTP_AIO_THREADS && clcf->aio_write) { in ngx_http_upstream_send_response()