aio_sendfile      168 core/ngx_connection.h     unsigned            aio_sendfile:1;
aio_sendfile      126 http/ngx_http_copy_filter_module.c             c->aio_sendfile = (clcf->aio == NGX_HTTP_AIO_SENDFILE);
aio_sendfile      165 http/ngx_http_copy_filter_module.c                 c->aio_sendfile = (offset != file->aio->last_offset);
aio_sendfile      168 http/ngx_http_copy_filter_module.c                 if (c->aio_sendfile == 0) {
aio_sendfile      266 os/unix/ngx_freebsd_sendfile_chain.c             flags = c->aio_sendfile ? SF_NODISKIO : 0;