Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h92 ngx_output_chain_aio_pt aio_handler; member
H A Dngx_output_chain.c589 if (ctx->aio_handler) { in ngx_output_chain_copy_buf()
593 ctx->aio_handler(ctx, src->file); in ngx_output_chain_copy_buf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c130 ctx->aio_handler = ngx_http_copy_aio_handler; in ngx_http_copy_filter()