prev_send          43 os/unix/ngx_darwin_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
prev_send          95 os/unix/ngx_darwin_sendfile_chain.c         prev_send = send;
prev_send         307 os/unix/ngx_darwin_sendfile_chain.c         if (send - prev_send == sent) {
prev_send          45 os/unix/ngx_freebsd_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
prev_send          99 os/unix/ngx_freebsd_sendfile_chain.c         prev_send = send;
prev_send         353 os/unix/ngx_freebsd_sendfile_chain.c         if (send - prev_send == sent) {
prev_send          40 os/unix/ngx_linux_sendfile_chain.c     off_t          size, send, prev_send, aligned, sent, fprev;
prev_send          82 os/unix/ngx_linux_sendfile_chain.c         prev_send = send;
prev_send         319 os/unix/ngx_linux_sendfile_chain.c         if (send - prev_send == sent) {
prev_send          47 os/unix/ngx_solaris_sendfilev_chain.c     off_t           size, send, prev_send, aligned, fprev;
prev_send          90 os/unix/ngx_solaris_sendfilev_chain.c         prev_send = send;
prev_send         192 os/unix/ngx_solaris_sendfilev_chain.c         if (send - prev_send == (off_t) sent) {
prev_send          24 os/unix/ngx_writev_chain.c     off_t          send, prev_send;
prev_send          67 os/unix/ngx_writev_chain.c         prev_send = send;
prev_send         135 os/unix/ngx_writev_chain.c         if (send - prev_send == sent) {