sfvcnt 185 source3/lib/sendfile.c int sfvcnt; sfvcnt 191 source3/lib/sendfile.c sfvcnt = 2; sfvcnt 204 source3/lib/sendfile.c sfvcnt = 1; sfvcnt 225 source3/lib/sendfile.c nwritten = sendfilev64(tofd, vec, sfvcnt, &xferred); sfvcnt 227 source3/lib/sendfile.c nwritten = sendfilev(tofd, vec, sfvcnt, &xferred); sfvcnt 248 source3/lib/sendfile.c if (sfvcnt == 2 && nwritten >= vec[0].sfv_len) { sfvcnt 254 source3/lib/sendfile.c sfvcnt = 1;