Lines Matching defs:sock
28 def __init__(self, loop, sock, protocol, waiter=None, argument
68 def _set_extra(self, sock): argument
160 def __init__(self, loop, sock, protocol, waiter=None, argument
447 def __init__(self, loop, sock, protocol, waiter=None, argument
452 def _set_extra(self, sock): argument
493 def _make_socket_transport(self, sock, protocol, waiter=None, argument
511 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, argument
516 def _make_read_pipe_transport(self, sock, protocol, waiter=None, argument
520 def _make_write_pipe_transport(self, sock, protocol, waiter=None, argument
544 async def sock_recv(self, sock, n): argument
547 async def sock_recv_into(self, sock, buf): argument
550 async def sock_sendall(self, sock, data): argument
553 async def sock_connect(self, sock, address): argument
556 async def sock_accept(self, sock): argument
559 async def _sock_sendfile_native(self, sock, file, offset, count): argument
645 def _start_serving(self, protocol_factory, sock, argument
697 def _stop_serving(self, sock): argument