small_total 111 source3/lib/sendfile.c uint32 small_total = 0; small_total 141 source3/lib/sendfile.c small_total = (uint32)count; small_total 144 source3/lib/sendfile.c while (small_total) { small_total 147 source3/lib/sendfile.c nwritten = sendfile(tofd, fromfd, &small_offset, small_total); small_total 167 source3/lib/sendfile.c return hdr_len + (((uint32)count) - small_total); small_total 169 source3/lib/sendfile.c small_total -= nwritten;