Home
last modified time | relevance | path

Searched refs:echo_client (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/ORBit2/ORBit2-2.14.19/test/
H A Decho-client.c33 static Echo echo_client, bec; variable
65 echo_client = CORBA_ORB_string_to_object(orb, argv[1], &ev); in main()
67 g_assert (echo_client!=NULL); in main()
76 Echo_doNothing(echo_client, &ev); in main()
82 bec = Echo_echoString(echo_client, buf, &rv, &ev); in main()
91 Echo_doOneWay(echo_client, "log message ", &ev); in main()
96 CORBA_Object_release(echo_client, &ev); in main()
100 echo_client = bec; bec = CORBA_OBJECT_NIL; in main()
104 CORBA_Object_release(echo_client, &ev); in main()
H A Decho-client-t.c15 Echo echo_client; in echo_client_thread() local
20 echo_client = CORBA_ORB_string_to_object (orb, server_ior, ev); in echo_client_thread()
21 if (!echo_client) { in echo_client_thread()
37 Echo_doOneWay (echo_client, str, ev); in echo_client_thread()
39 retval = Echo_echoString (echo_client, str, &tmp, ev); in echo_client_thread()
52 CORBA_Object_release (echo_client, ev); in echo_client_thread()
H A Decho-server.c36 Echo echo_client = CORBA_OBJECT_NIL; in main() local
48 echo_client = echo_srv_start_object(&ev); in main()
49 retval = CORBA_ORB_object_to_string(orb, echo_client, &ev); in main()
/dports/devel/websocketpp/websocketpp-0.8.2/examples/echo_client/
H A DSConscript1 ## echo_client example
18 prgs += env_cpp11.Program('echo_client', ["echo_client.cpp"], LIBS = ALL_LIBS)
21 prgs += env.Program('echo_client', ["echo_client.cpp"], LIBS = ALL_LIBS)
/dports/devel/py-pytest-trio/pytest-trio-0.7.0/docs/source/
H A Dquickstart.rst228 async with echo_client:
287 async with echo_client:
328 async with echo_client:
376 async with echo_client:
387 async def echo_client(nursery):
392 async with echo_client:
393 yield echo_client
415 async def echo_client(nursery):
420 async with echo_client:
421 yield echo_client
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
119 c = echo_client(term, s.port)
151 c = echo_client(termlen, s.port)
171 c = echo_client(None, s.port)
183 c = echo_client(b'\n', s.port)
194 c = echo_client(b'\n', s.port)
205 c = echo_client(b'\n', s.port)
217 c = echo_client(b'\n', s.port)
240 c = echo_client(b'\n', s.port)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
119 c = echo_client(term, s.port)
151 c = echo_client(termlen, s.port)
171 c = echo_client(None, s.port)
183 c = echo_client(b'\n', s.port)
194 c = echo_client(b'\n', s.port)
205 c = echo_client(b'\n', s.port)
217 c = echo_client(b'\n', s.port)
240 c = echo_client(b'\n', s.port)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
119 c = echo_client(term, s.port)
151 c = echo_client(termlen, s.port)
171 c = echo_client(None, s.port)
183 c = echo_client(b'\n', s.port)
194 c = echo_client(b'\n', s.port)
205 c = echo_client(b'\n', s.port)
217 c = echo_client(b'\n', s.port)
240 c = echo_client(b'\n', s.port)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_asynchat.py67 class echo_client(asynchat.async_chat): class
120 c = echo_client(term, s.port)
152 c = echo_client(termlen, s.port)
172 c = echo_client(None, s.port)
184 c = echo_client(b'\n', s.port)
195 c = echo_client(b'\n', s.port)
206 c = echo_client(b'\n', s.port)
218 c = echo_client(b'\n', s.port)
241 c = echo_client(b'\n', s.port)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
119 c = echo_client(term, s.port)
151 c = echo_client(termlen, s.port)
171 c = echo_client(None, s.port)
183 c = echo_client(b'\n', s.port)
194 c = echo_client(b'\n', s.port)
205 c = echo_client(b'\n', s.port)
217 c = echo_client(b'\n', s.port)
240 c = echo_client(b'\n', s.port)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
119 c = echo_client(term, s.port)
151 c = echo_client(termlen, s.port)
171 c = echo_client(None, s.port)
183 c = echo_client(b'\n', s.port)
194 c = echo_client(b'\n', s.port)
205 c = echo_client(b'\n', s.port)
217 c = echo_client(b'\n', s.port)
240 c = echo_client(b'\n', s.port)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_asynchat.py71 class echo_client(asynchat.async_chat): class
124 c = echo_client(term, s.port)
156 c = echo_client(termlen, s.port)
176 c = echo_client(None, s.port)
188 c = echo_client(b'\n', s.port)
199 c = echo_client(b'\n', s.port)
210 c = echo_client(b'\n', s.port)
222 c = echo_client(b'\n', s.port)
245 c = echo_client(b'\n', s.port)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_asynchat.py71 class echo_client(asynchat.async_chat): class
124 c = echo_client(term, s.port)
156 c = echo_client(termlen, s.port)
176 c = echo_client(None, s.port)
188 c = echo_client(b'\n', s.port)
199 c = echo_client(b'\n', s.port)
210 c = echo_client(b'\n', s.port)
222 c = echo_client(b'\n', s.port)
245 c = echo_client(b'\n', s.port)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
119 c = echo_client(term, s.port)
151 c = echo_client(termlen, s.port)
171 c = echo_client(None, s.port)
183 c = echo_client(b'\n', s.port)
194 c = echo_client(b'\n', s.port)
205 c = echo_client(b'\n', s.port)
217 c = echo_client(b'\n', s.port)
240 c = echo_client(b'\n', s.port)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_asynchat.py62 class echo_client(asynchat.async_chat): class
117 c = echo_client(term, s.port)
149 c = echo_client(termlen, s.port)
170 c = echo_client(None, s.port)
182 c = echo_client('\n', s.port)
193 c = echo_client('\n', s.port)
204 c = echo_client('\n', s.port)
215 c = echo_client('\n', s.port)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
121 c = echo_client(term, s.port)
153 c = echo_client(termlen, s.port)
174 c = echo_client(None, s.port)
186 c = echo_client('\n', s.port)
197 c = echo_client('\n', s.port)
208 c = echo_client('\n', s.port)
219 c = echo_client('\n', s.port)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_asynchat.py66 class echo_client(asynchat.async_chat): class
121 c = echo_client(term, s.port)
153 c = echo_client(termlen, s.port)
174 c = echo_client(None, s.port)
186 c = echo_client('\n', s.port)
197 c = echo_client('\n', s.port)
208 c = echo_client('\n', s.port)
219 c = echo_client('\n', s.port)
/dports/devel/py-curio/curio-1.5/examples/
H A Dechoserv2.py8 async def echo_client(client, addr): function
19 run(tcp_server, '', 25000, echo_client)
H A Dechoserv3.py7 async def echo_client(client, addr): function
17 run(tcp_server, '', 25000, echo_client)
H A Dechoserv.py17 await spawn(echo_client, client)
20 async def echo_client(client): function
/dports/devel/py-curio/curio-1.5/examples/bench/
H A Dasyncstream.py5 async def echo_client(reader, writer): function
19 coro = asyncio.start_server(echo_client, '127.0.0.1', 25000, loop=loop)
H A Dasyncsslecho.py11 async def echo_client(reader, writer): function
32 echo_client, '127.0.0.1', 25000, loop=loop, ssl=context)
/dports/devel/py-asyncio/asyncio-3.4.3/examples/
H A Decho_client_tulip.py6 def echo_client(): function
19 loop.run_until_complete(echo_client())
/dports/devel/py-trollius/trollius-2.2/examples/
H A Decho_client_tulip.py7 def echo_client(): function
20 loop.run_until_complete(echo_client())
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/
H A DREADME.md88 * [An echo client][echo_client]
112 $ cargo build --example=echo_client --release
124 $ target/release/examples/echo_client -t 2 -c 100 -l 100 -a 127.0.0.1:8080
131 target/release/examples/echo_client -t 2 -c 100 -l 100 -a 127.0.0.1:8080 1.89s user 13.46s system …
143 $ target/release/examples/echo_client -t 2 -c 100 -l 100 -a 127.0.0.1:8000
150 target/release/examples/echo_client -t 2 -c 100 -l 100 -a 127.0.0.1:8000 2.60s user 16.96s system …
193 [echo_client]:examples/echo_client.rs

123