Lines Matching refs:fileno
370 if pipe and pipe.fileno() != -1:
374 if pipe and pipe.fileno() != -1:
463 ov.WSARecv(conn.fileno(), nbytes, flags)
465 ov.ReadFile(conn.fileno(), nbytes)
486 ov.WSARecvInto(conn.fileno(), buf, flags)
488 ov.ReadFileInto(conn.fileno(), buf)
508 ov.WSARecvFrom(conn.fileno(), nbytes, flags)
528 ov.WSARecvFromInto(conn.fileno(), buf, flags)
548 ov.WSASendTo(conn.fileno(), buf, flags, addr)
566 ov.WSASend(conn.fileno(), buf, flags)
568 ov.WriteFile(conn.fileno(), buf)
586 ov.AcceptEx(listener.fileno(), conn.fileno())
591 buf = struct.pack('@P', listener.fileno())
614 _overlapped.WSAConnect(conn.fileno(), address)
622 _overlapped.BindLocal(conn.fileno(), conn.family)
630 ov.ConnectEx(conn.fileno(), address)
646 ov.TransmitFile(sock.fileno(),
647 msvcrt.get_osfhandle(file.fileno()),
665 connected = ov.ConnectNamedPipe(pipe.fileno())
752 _overlapped.CreateIoCompletionPort(obj.fileno(), self._iocp, 0, 0)