Home
last modified time | relevance | path

Searched refs:find_sock (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/py-psutil/psutil-5.8.0/psutil/tests/
H A Dtest_unicode.py268 def find_sock(cons): function
286 conn = find_sock(cons)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_unicode.py256 def find_sock(cons): function
275 conn = find_sock(cons)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil-cp27-none-win_amd64/psutil/tests/
H A Dtest_unicode.py256 def find_sock(cons): function
275 conn = find_sock(cons)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_unicode.py243 def find_sock(cons): function
262 conn = find_sock(cons)
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dsocket.c347 static Sock *find_sock(const char *name);
1134 sock = *name ? find_sock(name) : xsock; in socktime()
1139 static Sock *find_sock(const char *name) in find_sock() function
1271 sock = (!(args->len - offset)) ? hsock : find_sock(args->data + offset); in handle_fg_command()
2383 if ((s = find_sock(args->data + offset)) && (s->constate < SS_DEAD)) { in handle_dc_command()
2617 xsock = (!world || !*world) ? xsock : find_sock(world); in handle_send_function()
2629 xsock = (!world || !*world) ? xsock : find_sock(world); in handle_atcp_function()
2642 xsock = (!world || !*world) ? xsock : find_sock(world); in handle_gmcp_function()
2655 xsock = (!world || !*world) ? xsock : find_sock(world); in handle_option102_function()
2680 sock = (!world || !*world) ? xsock : find_sock(world); in handle_fake_recv_function()
/dports/net/tinyfugue/tf-50b8/src/
H A Dsocket.c329 static Sock *find_sock(const char *name);
1009 sock = *name ? find_sock(name) : xsock; in socktime()
1014 static Sock *find_sock(const char *name) in find_sock() function
1146 sock = (!(args->len - offset)) ? hsock : find_sock(args->data + offset); in handle_fg_command()
2211 if ((s = find_sock(args->data + offset)) && (s->constate < SS_DEAD)) { in handle_dc_command()
2445 xsock = (!world || !*world) ? xsock : find_sock(world); in handle_send_function()
2468 sock = (!world || !*world) ? xsock : find_sock(world); in handle_fake_recv_function()