/libuv/test/ |
H A D | test-tcp-bind-error.c | 115 uv_tcp_t server; in TEST_IMPL() local 140 uv_tcp_t server; in TEST_IMPL() local 165 uv_tcp_t server; in TEST_IMPL() local 190 uv_tcp_t server; in TEST_IMPL() local 216 uv_tcp_t server; in TEST_IMPL() local 233 uv_tcp_t server; in TEST_IMPL() local 250 uv_tcp_t server; in TEST_IMPL() local 264 uv_tcp_t server; in TEST_IMPL() local
|
H A D | test-tcp-bind6-error.c | 76 uv_tcp_t server; in TEST_IMPL() local 104 uv_tcp_t server; in TEST_IMPL() local 132 uv_tcp_t server; in TEST_IMPL() local 161 uv_tcp_t server; in TEST_IMPL() local
|
H A D | test-pipe-bind-error.c | 77 uv_pipe_t server; in TEST_IMPL() local 98 uv_pipe_t server; in TEST_IMPL() local 123 uv_pipe_t server; in TEST_IMPL() local 143 uv_pipe_t server; in TEST_IMPL() local
|
H A D | test-tcp-connect6-error.c | 49 uv_tcp_t server; in TEST_IMPL() local 83 uv_tcp_t server; in TEST_IMPL() local
|
H A D | test-tcp-create-socket-early.c | 40 static void on_connection(uv_stream_t* server, int status) { in on_connection() 60 static void tcp_listener(uv_loop_t* loop, uv_tcp_t* server) { in tcp_listener() 203 uv_tcp_t client, server; in TEST_IMPL() local
|
H A D | test-pipe-pending-instances.c | 27 static void connection_cb(uv_stream_t* server, int status) { in connection_cb()
|
H A D | test-pipe-connect-multiple.c | 44 static void connection_cb(uv_stream_t* server, int status) { in connection_cb() 110 static void connection_cb2(uv_stream_t* server, int status) { in connection_cb2()
|
H A D | test-delayed-accept.c | 49 uv_tcp_t* server; in do_accept() local 102 uv_tcp_t* server = (uv_tcp_t*)malloc(sizeof *server); in start_server() local
|
H A D | test-tcp-read-stop-start.c | 25 static uv_tcp_t server; variable 88 static void on_connection(uv_stream_t* server, int status) { in on_connection()
|
H A D | test-tcp-connect-error.c | 50 uv_tcp_t server; in TEST_IMPL() local
|
H A D | test-udp-multicast-ttl.c | 32 static uv_udp_t server; variable
|
H A D | test-udp-multicast-interface.c | 32 static uv_udp_t server; variable
|
H A D | test-udp-multicast-interface6.c | 32 static uv_udp_t server; variable
|
H A D | test-ipc.c | 65 static void on_connection(uv_stream_t* server, int status) { in on_connection() 473 uv_tcp_t server; in TEST_IMPL() local 498 uv_tcp_t server; in TEST_IMPL() local 609 static void ipc_on_connection(uv_stream_t* server, int status) { in ipc_on_connection() 644 static void ipc_on_connection_tcp_conn(uv_stream_t* server, int status) { in ipc_on_connection_tcp_conn()
|
H A D | test-multiple-listen.c | 30 static uv_tcp_t server; variable
|
H A D | test-tcp-try-write-error.c | 29 static uv_tcp_t server; variable
|
H A D | test-udp-try-send.c | 32 static uv_udp_t server; variable
|
H A D | test-udp-recv-in-a-row.c | 29 static uv_udp_t server; variable
|
H A D | test-udp-send-immediate.c | 32 static uv_udp_t server; variable
|
H A D | test-tcp-close.c | 74 static void connection_cb(uv_stream_t* server, int status) { in connection_cb()
|
H A D | test-tcp-write-to-half-open-connection.c | 44 static void connection_cb(uv_stream_t* server, int status) { in connection_cb()
|
/libuv/docs/code/cgi/ |
H A D | main.c | 50 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() 69 uv_tcp_t server; in main() local
|
/libuv/docs/code/pipe-echo-server/ |
H A D | main.c | 54 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() 79 uv_pipe_t server; in main() local
|
/libuv/docs/code/tcp-echo-server/ |
H A D | main.c | 55 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() 75 uv_tcp_t server; in main() local
|
/libuv/docs/code/multi-echo-server/ |
H A D | main.c | 31 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() 102 uv_tcp_t server; in main() local
|