Searched defs:handle_client (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | test_streams.py | 577 async def handle_client(self, client_reader, client_writer): member in StreamTests.test_start_server.MyServer |
D | test_ssl.py | 209 async def handle_client(reader, writer): function |
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/examples/ | ||
D | autobahn-server.rs | 16 fn handle_client(stream: TcpStream) -> Result<()> { in handle_client() function |
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/ | ||
H A D | ns-tcpserver.c | 380 int handle_client(struct server_info *info_p) in handle_client() function |