fprev              43 os/unix/ngx_darwin_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
fprev             163 os/unix/ngx_darwin_sendfile_chain.c                 fprev = cl->buf->file_pos + size;
fprev             170 os/unix/ngx_darwin_sendfile_chain.c                      && fprev == cl->buf->file_pos);
fprev              45 os/unix/ngx_freebsd_sendfile_chain.c     off_t            size, send, prev_send, aligned, sent, fprev;
fprev             167 os/unix/ngx_freebsd_sendfile_chain.c                 fprev = cl->buf->file_pos + size;
fprev             174 os/unix/ngx_freebsd_sendfile_chain.c                      && fprev == cl->buf->file_pos);
fprev              40 os/unix/ngx_linux_sendfile_chain.c     off_t          size, send, prev_send, aligned, sent, fprev;
fprev             235 os/unix/ngx_linux_sendfile_chain.c                 fprev = cl->buf->file_pos + size;
fprev             242 os/unix/ngx_linux_sendfile_chain.c                      && fprev == cl->buf->file_pos);
fprev              47 os/unix/ngx_solaris_sendfilev_chain.c     off_t           size, send, prev_send, aligned, fprev;
fprev              86 os/unix/ngx_solaris_sendfilev_chain.c         fprev = 0;
fprev             145 os/unix/ngx_solaris_sendfilev_chain.c                 if (fd == cl->buf->file->fd && fprev == cl->buf->file_pos) {
fprev             161 os/unix/ngx_solaris_sendfilev_chain.c                 fprev = cl->buf->file_pos + size;