Searched defs:OutFD (Results 1 – 6 of 6) sorted by relevance
30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRPCChannel()
34 FDRawByteChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawByteChannel()
33 int OutFD; in main() local
85 int OutFD = 0; in main() local
32 int OutFD; in main() local