Home
last modified time | relevance | path

Searched refs:aio_preload (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h94 ssize_t (*aio_preload)(ngx_buf_t *file); member
H A Dngx_output_chain.c287 if (ctx->aio_preload && buf->in_file) { in ngx_output_chain_as_is()
318 aio->preload_handler = ctx->aio_preload; in ngx_output_chain_aio_setup()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c132 ctx->aio_preload = ngx_http_copy_aio_sendfile_preload; in ngx_http_copy_filter()