sfv                52 os/unix/ngx_solaris_sendfilev_chain.c     sendfilevec_t  *sfv, sfvs[NGX_SENDFILEVECS];
sfv                87 os/unix/ngx_solaris_sendfilev_chain.c         sfv = NULL;
sfv               112 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len += (size_t) size;
sfv               115 os/unix/ngx_solaris_sendfilev_chain.c                     sfv = ngx_array_push(&vec);
sfv               116 os/unix/ngx_solaris_sendfilev_chain.c                     if (sfv == NULL) {
sfv               120 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_fd = SFV_FD_SELF;
sfv               121 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_flag = 0;
sfv               122 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_off = (off_t) (uintptr_t) cl->buf->pos;
sfv               123 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len = (size_t) size;
sfv               146 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len += (size_t) size;
sfv               149 os/unix/ngx_solaris_sendfilev_chain.c                     sfv = ngx_array_push(&vec);
sfv               150 os/unix/ngx_solaris_sendfilev_chain.c                     if (sfv == NULL) {
sfv               155 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_fd = fd;
sfv               156 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_flag = 0;
sfv               157 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_off = cl->buf->file_pos;
sfv               158 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len = (size_t) size;