Lines Matching refs:sendfile

359 	error = sendfile(fd, client_sock, offset, nbytes, NULL, NULL,  in fd_positive_file_test()
443 error = sendfile(fd, client_sock, offset, nbytes, NULL, NULL, in fd_positive_shm_test()
496 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in fd_negative_bad_fd_test()
611 error = sendfile(fd, client_sock, offset, nbytes, NULL, NULL, in flags_test()
739 error = sendfile(fd, client_sock, offset, nbytes, &hdtr, in hdtr_positive_test()
809 error = sendfile(fd, client_sock, 0, 0, hdtr1, NULL, SF_FLAGS(0, 0)); in hdtr_negative_bad_pointers_test()
812 error = sendfile(fd, client_sock, 0, 0, &hdtr2, NULL, SF_FLAGS(0, 0)); in hdtr_negative_bad_pointers_test()
815 error = sendfile(fd, client_sock, 0, 0, &hdtr3, NULL, SF_FLAGS(0, 0)); in hdtr_negative_bad_pointers_test()
865 error = sendfile(fd, client_sock, -1, 0, NULL, NULL, SF_FLAGS(0, 0)); in offset_negative_value_less_than_zero_test()
918 error = sendfile(fd, client_sock, 0, 0, NULL, &sbytes, SF_FLAGS(0, 0)); in sbytes_positive_test()
977 error = sendfile(fd, client_sock, 0, 0, NULL, sbytes_p, SF_FLAGS(0, 0)); in sbytes_negative_test()
1026 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in s_negative_not_connected_socket_test()
1085 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in ATF_TC_BODY()
1112 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in ATF_TC_BODY()
1130 error = sendfile(fd, client_sock, 0, 0, NULL, NULL, SF_FLAGS(0, 0)); in s_negative_udp_socket_test()