Searched defs:fromfd (Results 1 – 3 of 3) sorted by relevance
42 int fromfd = open(fromfile, O_RDONLY); in sendfile_0100() local81 int fromfd = -1; in sendfile_0200() local
35 int fromfd = open(fromfile, O_RDWR | O_CREAT); in splice_0100() local80 int fromfd = open(path, O_RDONLY); in splice_0200() local
539 def fromfd(fd, family, type, proto=0): function