small_offset      112 source3/lib/sendfile.c 	int32 small_offset;
small_offset      142 source3/lib/sendfile.c 	small_offset = (int32)offset;
small_offset      147 source3/lib/sendfile.c 			nwritten = sendfile(tofd, fromfd, &small_offset, small_total);