| ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in) |
| if (cl->hunk->last - cl->hunk->pos == 0) { |
| /* we can post the single aio operation only */ |
| /* coalesce the neighbouring hunks */ |
| while (cl && prev == cl->hunk->pos) { |
| size += cl->hunk->last - cl->hunk->pos; |
| n = ngx_aio_write(c, buf, size); |
| #if (NGX_DEBUG_WRITE_CHAIN) |
| ngx_log_debug(c->log, "aio_write: %d" _ n); |
| #if (NGX_DEBUG_WRITE_CHAIN) |
| ngx_log_debug(c->log, "aio_write sent: " OFF_FMT _ c->sent); |
| for (cl = in; cl; cl = cl->next) { |
| if (sent >= cl->hunk->last - cl->hunk->pos) { |
| sent -= cl->hunk->last - cl->hunk->pos; |
| cl->hunk->pos = cl->hunk->last; |