send              114 core/ngx_connection.h     ngx_send_pt         send;
send              465 event/ngx_event.h #define ngx_send             ngx_io.send
send              170 event/ngx_event_accept.c         c->send = ngx_send;
send               78 event/ngx_event_connect.c     c->send = ngx_send;
send              610 event/ngx_event_openssl.c         c->send = ngx_ssl_write;
send              927 event/ngx_event_openssl.c     ssize_t      send, size;
send              988 event/ngx_event_openssl.c     send = 0;
send              993 event/ngx_event_openssl.c         while (in && buf->last < buf->end && send < limit) {
send             1009 event/ngx_event_openssl.c             if (send + size > limit) {
send             1010 event/ngx_event_openssl.c                 size = (ssize_t) (limit - send);
send             1021 event/ngx_event_openssl.c             send += size;
send             1057 event/ngx_event_openssl.c         if (in == NULL || send == limit) {
send              627 http/ngx_http_request_body.c     n = r->connection->send(r->connection,
send              560 mail/ngx_mail_handler.c     n = c->send(c, s->out.data, s->out.len);
send              312 mail/ngx_mail_proxy_module.c     if (c->send(c, line.data, line.len) < (ssize_t) line.len) {
send              446 mail/ngx_mail_proxy_module.c     if (c->send(c, line.data, line.len) < (ssize_t) line.len) {
send              670 mail/ngx_mail_proxy_module.c     if (c->send(c, line.data, line.len) < (ssize_t) line.len) {
send              915 mail/ngx_mail_proxy_module.c                 n = dst->send(dst, b->pos, size);
send               16 os/unix/ngx_aio_write_chain.c     off_t         send, sent;
send               27 os/unix/ngx_aio_write_chain.c     send = 0;
send               50 os/unix/ngx_aio_write_chain.c         while (cl && prev == cl->buf->pos && send < limit) {
send               57 os/unix/ngx_aio_write_chain.c             if (send + size > limit) {
send               58 os/unix/ngx_aio_write_chain.c                 size = limit - send;
send               63 os/unix/ngx_aio_write_chain.c             send += size;
send               43 os/unix/ngx_darwin_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
send               77 os/unix/ngx_darwin_sendfile_chain.c     send = 0;
send               95 os/unix/ngx_darwin_sendfile_chain.c         prev_send = send;
send              106 os/unix/ngx_darwin_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
send              119 os/unix/ngx_darwin_sendfile_chain.c             if (send + size > limit) {
send              120 os/unix/ngx_darwin_sendfile_chain.c                 size = limit - send;
send              138 os/unix/ngx_darwin_sendfile_chain.c             send += size;
send              142 os/unix/ngx_darwin_sendfile_chain.c         if (cl && cl->buf->in_file && send < limit) {
send              150 os/unix/ngx_darwin_sendfile_chain.c                 if (send + size > limit) {
send              151 os/unix/ngx_darwin_sendfile_chain.c                     size = limit - send;
send              162 os/unix/ngx_darwin_sendfile_chain.c                 send += size;
send              168 os/unix/ngx_darwin_sendfile_chain.c                      && send < limit
send              180 os/unix/ngx_darwin_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
send              193 os/unix/ngx_darwin_sendfile_chain.c                 if (send + size > limit) {
send              194 os/unix/ngx_darwin_sendfile_chain.c                     size = limit - send;
send              211 os/unix/ngx_darwin_sendfile_chain.c                 send += size;
send              281 os/unix/ngx_darwin_sendfile_chain.c                            "writev: %d of %uz", rc, send);
send              307 os/unix/ngx_darwin_sendfile_chain.c         if (send - prev_send == sent) {
send              359 os/unix/ngx_darwin_sendfile_chain.c         if (send >= limit || cl == NULL) {
send               45 os/unix/ngx_freebsd_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
send               79 os/unix/ngx_freebsd_sendfile_chain.c     send = 0;
send               99 os/unix/ngx_freebsd_sendfile_chain.c         prev_send = send;
send              110 os/unix/ngx_freebsd_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
send              123 os/unix/ngx_freebsd_sendfile_chain.c             if (send + size > limit) {
send              124 os/unix/ngx_freebsd_sendfile_chain.c                 size = limit - send;
send              142 os/unix/ngx_freebsd_sendfile_chain.c             send += size;
send              146 os/unix/ngx_freebsd_sendfile_chain.c         if (cl && cl->buf->in_file && send < limit) {
send              154 os/unix/ngx_freebsd_sendfile_chain.c                 if (send + size > limit) {
send              155 os/unix/ngx_freebsd_sendfile_chain.c                     size = limit - send;
send              166 os/unix/ngx_freebsd_sendfile_chain.c                 send += size;
send              172 os/unix/ngx_freebsd_sendfile_chain.c                      && send < limit
send              185 os/unix/ngx_freebsd_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
send              198 os/unix/ngx_freebsd_sendfile_chain.c                 if (send + size > limit) {
send              199 os/unix/ngx_freebsd_sendfile_chain.c                     size = limit - send;
send              216 os/unix/ngx_freebsd_sendfile_chain.c                 send += size;
send              353 os/unix/ngx_freebsd_sendfile_chain.c         if (send - prev_send == sent) {
send              424 os/unix/ngx_freebsd_sendfile_chain.c         if (send >= limit || cl == NULL) {
send               40 os/unix/ngx_linux_sendfile_chain.c     off_t          size, send, prev_send, aligned, sent, fprev;
send               70 os/unix/ngx_linux_sendfile_chain.c     send = 0;
send               82 os/unix/ngx_linux_sendfile_chain.c         prev_send = send;
send               92 os/unix/ngx_linux_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
send              126 os/unix/ngx_linux_sendfile_chain.c             if (send + size > limit) {
send              127 os/unix/ngx_linux_sendfile_chain.c                 size = limit - send;
send              144 os/unix/ngx_linux_sendfile_chain.c             send += size;
send              214 os/unix/ngx_linux_sendfile_chain.c         if (header.nelts == 0 && cl && cl->buf->in_file && send < limit) {
send              222 os/unix/ngx_linux_sendfile_chain.c                 if (send + size > limit) {
send              223 os/unix/ngx_linux_sendfile_chain.c                     size = limit - send;
send              234 os/unix/ngx_linux_sendfile_chain.c                 send += size;
send              240 os/unix/ngx_linux_sendfile_chain.c                      && send < limit
send              319 os/unix/ngx_linux_sendfile_chain.c         if (send - prev_send == sent) {
send              371 os/unix/ngx_linux_sendfile_chain.c         if (send >= limit || cl == NULL) {
send               28 os/unix/ngx_os.h     ngx_send_pt        send;
send               33 os/unix/ngx_send.c         n = send(c->fd, buf, size, 0);
send               47 os/unix/ngx_solaris_sendfilev_chain.c     off_t           size, send, prev_send, aligned, fprev;
send               75 os/unix/ngx_solaris_sendfilev_chain.c     send = 0;
send               90 os/unix/ngx_solaris_sendfilev_chain.c         prev_send = send;
send               96 os/unix/ngx_solaris_sendfilev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
send              107 os/unix/ngx_solaris_sendfilev_chain.c                 if (send + size > limit) {
send              108 os/unix/ngx_solaris_sendfilev_chain.c                     size = limit - send;
send              127 os/unix/ngx_solaris_sendfilev_chain.c                 send += size;
send              134 os/unix/ngx_solaris_sendfilev_chain.c                 if (send + size > limit) {
send              135 os/unix/ngx_solaris_sendfilev_chain.c                     size = limit - send;
send              162 os/unix/ngx_solaris_sendfilev_chain.c                 send += size;
send              192 os/unix/ngx_solaris_sendfilev_chain.c         if (send - prev_send == (off_t) sent) {
send              244 os/unix/ngx_solaris_sendfilev_chain.c         if (send >= limit || cl == NULL) {
send               24 os/unix/ngx_writev_chain.c     off_t          send, prev_send;
send               55 os/unix/ngx_writev_chain.c     send = 0;
send               67 os/unix/ngx_writev_chain.c         prev_send = send;
send               73 os/unix/ngx_writev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
send               87 os/unix/ngx_writev_chain.c             if (send + size > limit) {
send               88 os/unix/ngx_writev_chain.c                 size = (ssize_t) (limit - send);
send              105 os/unix/ngx_writev_chain.c             send += size;
send              135 os/unix/ngx_writev_chain.c         if (send - prev_send == sent) {
send              174 os/unix/ngx_writev_chain.c         if (send >= limit || cl == NULL) {