sent              120 core/ngx_connection.h     off_t               sent;
sent             1046 event/ngx_event_openssl.c         c->sent += n;
sent              581 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%O", r->connection->sent);
sent              596 http/modules/ngx_http_log_module.c     length = r->connection->sent - r->header_size;
sent              306 http/ngx_http_request.c     c->sent = 0;
sent             2070 http/ngx_http_request.c     if (rc > 0 && (mr->headers_out.status == 0 || mr->connection->sent == 0)) {
sent             2962 http/ngx_http_request.c     if (rc > 0 && (r->headers_out.status == 0 || r->connection->sent == 0)) {
sent             1297 http/ngx_http_variables.c     off_t    sent;
sent             1300 http/ngx_http_variables.c     sent = r->connection->sent - r->header_size;
sent             1302 http/ngx_http_variables.c     if (sent < 0) {
sent             1303 http/ngx_http_variables.c         sent = 0;
sent             1311 http/ngx_http_variables.c     v->len = ngx_sprintf(p, "%O", sent) - p;
sent               49 http/ngx_http_write_filter_module.c     off_t                      size, sent, nsent, limit;
sent              214 http/ngx_http_write_filter_module.c                 - (c->sent - clcf->limit_rate_after);
sent              233 http/ngx_http_write_filter_module.c     sent = c->sent;
sent              250 http/ngx_http_write_filter_module.c         nsent = c->sent;
sent              254 http/ngx_http_write_filter_module.c             sent -= clcf->limit_rate_after;
sent              255 http/ngx_http_write_filter_module.c             if (sent < 0) {
sent              256 http/ngx_http_write_filter_module.c                 sent = 0;
sent              265 http/ngx_http_write_filter_module.c         delay = (ngx_msec_t) ((nsent - sent) * 1000 / r->limit_rate + 1);
sent              274 http/ngx_http_write_filter_module.c                && (size_t) (c->sent - sent)
sent               16 os/unix/ngx_aio_write_chain.c     off_t         send, sent;
sent               28 os/unix/ngx_aio_write_chain.c     sent = 0;
sent               76 os/unix/ngx_aio_write_chain.c             sent += n;
sent               77 os/unix/ngx_aio_write_chain.c             c->sent += n;
sent               81 os/unix/ngx_aio_write_chain.c                        "aio_write sent: %O", c->sent);
sent               85 os/unix/ngx_aio_write_chain.c             if (sent >= cl->buf->last - cl->buf->pos) {
sent               86 os/unix/ngx_aio_write_chain.c                 sent -= cl->buf->last - cl->buf->pos;
sent               92 os/unix/ngx_aio_write_chain.c             cl->buf->pos += sent;
sent               43 os/unix/ngx_darwin_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
sent              228 os/unix/ngx_darwin_sendfile_chain.c             sent = header_size + file_size;
sent              232 os/unix/ngx_darwin_sendfile_chain.c                            file->file_pos, sent, header_size);
sent              235 os/unix/ngx_darwin_sendfile_chain.c                           &sent, &hdtr, 0);
sent              255 os/unix/ngx_darwin_sendfile_chain.c                                "sendfile() sent only %O bytes", sent);
sent              258 os/unix/ngx_darwin_sendfile_chain.c             if (rc == 0 && sent == 0) {
sent              275 os/unix/ngx_darwin_sendfile_chain.c                            rc, file->file_pos, sent, file_size + header_size);
sent              304 os/unix/ngx_darwin_sendfile_chain.c             sent = rc > 0 ? rc : 0;
sent              307 os/unix/ngx_darwin_sendfile_chain.c         if (send - prev_send == sent) {
sent              311 os/unix/ngx_darwin_sendfile_chain.c         c->sent += sent;
sent              319 os/unix/ngx_darwin_sendfile_chain.c             if (sent == 0) {
sent              325 os/unix/ngx_darwin_sendfile_chain.c             if (sent >= size) {
sent              326 os/unix/ngx_darwin_sendfile_chain.c                 sent -= size;
sent              340 os/unix/ngx_darwin_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
sent              344 os/unix/ngx_darwin_sendfile_chain.c                 cl->buf->file_pos += sent;
sent               45 os/unix/ngx_freebsd_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
sent              263 os/unix/ngx_freebsd_sendfile_chain.c             sent = 0;
sent              270 os/unix/ngx_freebsd_sendfile_chain.c                           file_size + header_size, &hdtr, &sent, flags);
sent              297 os/unix/ngx_freebsd_sendfile_chain.c                                "sendfile() sent only %O bytes", sent);
sent              304 os/unix/ngx_freebsd_sendfile_chain.c             } else if (rc >= 0 && sent == 0) {
sent              321 os/unix/ngx_freebsd_sendfile_chain.c                            rc, file->file_pos, sent, file_size + header_size);
sent              350 os/unix/ngx_freebsd_sendfile_chain.c             sent = rc > 0 ? rc : 0;
sent              353 os/unix/ngx_freebsd_sendfile_chain.c         if (send - prev_send == sent) {
sent              357 os/unix/ngx_freebsd_sendfile_chain.c         c->sent += sent;
sent              365 os/unix/ngx_freebsd_sendfile_chain.c             if (sent == 0) {
sent              371 os/unix/ngx_freebsd_sendfile_chain.c             if (sent >= size) {
sent              372 os/unix/ngx_freebsd_sendfile_chain.c                 sent -= size;
sent              386 os/unix/ngx_freebsd_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
sent              390 os/unix/ngx_freebsd_sendfile_chain.c                 cl->buf->file_pos += sent;
sent               40 os/unix/ngx_linux_sendfile_chain.c     off_t          size, send, prev_send, aligned, sent, fprev;
sent              284 os/unix/ngx_linux_sendfile_chain.c             sent = rc > 0 ? rc : 0;
sent              288 os/unix/ngx_linux_sendfile_chain.c                            rc, file->file_pos, sent, file_size);
sent              314 os/unix/ngx_linux_sendfile_chain.c             sent = rc > 0 ? rc : 0;
sent              316 os/unix/ngx_linux_sendfile_chain.c             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "writev: %O", sent);
sent              319 os/unix/ngx_linux_sendfile_chain.c         if (send - prev_send == sent) {
sent              323 os/unix/ngx_linux_sendfile_chain.c         c->sent += sent;
sent              331 os/unix/ngx_linux_sendfile_chain.c             if (sent == 0) {
sent              337 os/unix/ngx_linux_sendfile_chain.c             if (sent >= size) {
sent              338 os/unix/ngx_linux_sendfile_chain.c                 sent -= size;
sent              352 os/unix/ngx_linux_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
sent              356 os/unix/ngx_linux_sendfile_chain.c                 cl->buf->file_pos += sent;
sent               43 os/unix/ngx_send.c             c->sent += n;
sent               48 os/unix/ngx_solaris_sendfilev_chain.c     size_t          sent;
sent               89 os/unix/ngx_solaris_sendfilev_chain.c         sent = 0;
sent              166 os/unix/ngx_solaris_sendfilev_chain.c         n = sendfilev(c->fd, vec.elts, vec.nelts, &sent);
sent              186 os/unix/ngx_solaris_sendfilev_chain.c                           "sendfilev() sent only %uz bytes", sent);
sent              190 os/unix/ngx_solaris_sendfilev_chain.c                        "sendfilev: %z %z", n, sent);
sent              192 os/unix/ngx_solaris_sendfilev_chain.c         if (send - prev_send == (off_t) sent) {
sent              196 os/unix/ngx_solaris_sendfilev_chain.c         c->sent += sent;
sent              204 os/unix/ngx_solaris_sendfilev_chain.c             if (sent == 0) {
sent              210 os/unix/ngx_solaris_sendfilev_chain.c             if ((off_t) sent >= size) {
sent              211 os/unix/ngx_solaris_sendfilev_chain.c                 sent = (size_t) ((off_t) sent - size);
sent              225 os/unix/ngx_solaris_sendfilev_chain.c                 cl->buf->pos += sent;
sent              229 os/unix/ngx_solaris_sendfilev_chain.c                 cl->buf->file_pos += sent;
sent               23 os/unix/ngx_writev_chain.c     ssize_t        n, size, sent;
sent              131 os/unix/ngx_writev_chain.c         sent = n > 0 ? n : 0;
sent              133 os/unix/ngx_writev_chain.c         ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "writev: %z", sent);
sent              135 os/unix/ngx_writev_chain.c         if (send - prev_send == sent) {
sent              139 os/unix/ngx_writev_chain.c         c->sent += sent;
sent              147 os/unix/ngx_writev_chain.c             if (sent == 0) {
sent              153 os/unix/ngx_writev_chain.c             if (sent >= size) {
sent              154 os/unix/ngx_writev_chain.c                 sent -= size;
sent              160 os/unix/ngx_writev_chain.c             cl->buf->pos += sent;