Searched defs:fromfd (Results 1 – 3 of 3) sorted by relevance
44 int fromfd = open(fromfile, O_RDONLY); in sendfile_0100() local83 int fromfd = -1; in sendfile_0200() local
38 int fromfd = open(fromfile, O_RDWR | O_CREAT, TEST_MODE); in splice_0100() local83 int fromfd = open(path, O_RDONLY); in splice_0200() local
540 def fromfd(fd, family, type, proto=0): function