Lines Matching refs:sendfile
362 error = sendfile(fd, client_sock, offset, nbytes, NULL, NULL, in fd_positive_file_test()
440 error = sendfile(fd, client_sock, offset, nbytes, NULL, NULL, in fd_positive_shm_test()
489 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in fd_negative_bad_fd_test()
600 error = sendfile(fd, client_sock, offset, nbytes, NULL, NULL, in flags_test()
724 error = sendfile(fd, client_sock, offset, nbytes, &hdtr, in hdtr_positive_test()
790 error = sendfile(fd, client_sock, 0, 0, hdtr1, NULL, SF_FLAGS(0, 0)); in hdtr_negative_bad_pointers_test()
793 error = sendfile(fd, client_sock, 0, 0, &hdtr2, NULL, SF_FLAGS(0, 0)); in hdtr_negative_bad_pointers_test()
796 error = sendfile(fd, client_sock, 0, 0, &hdtr3, NULL, SF_FLAGS(0, 0)); in hdtr_negative_bad_pointers_test()
842 error = sendfile(fd, client_sock, -1, 0, NULL, NULL, SF_FLAGS(0, 0)); in offset_negative_value_less_than_zero_test()
891 error = sendfile(fd, client_sock, 0, 0, NULL, &sbytes, SF_FLAGS(0, 0)); in sbytes_positive_test()
946 error = sendfile(fd, client_sock, 0, 0, NULL, sbytes_p, SF_FLAGS(0, 0)); in sbytes_negative_test()
991 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in s_negative_not_connected_socket_test()
1043 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in ATF_TC_BODY()
1067 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in ATF_TC_BODY()
1085 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in s_negative_udp_socket_test()