Searched refs:file_to_unixstream (Results 1 – 1 of 1) sorted by relevance
425 let stream = file_to_unixstream(fd); in new()444 fn file_to_unixstream(fd: std::fs::File) -> Option<UnixStream> { in file_to_unixstream() function609 let stream = match file_to_unixstream(file) { in socket_listen()