/libuv/test/ |
H A D | test-tcp-create-socket-early.c | 77 static void tcp_connector(uv_loop_t* loop, uv_tcp_t* client, uv_connect_t* req) { in tcp_connector() 97 uv_tcp_t client; in TEST_IMPL() local 140 uv_tcp_t client; in TEST_IMPL() local 186 uv_tcp_t client; in TEST_IMPL() local 203 uv_tcp_t client, server; in TEST_IMPL() local
|
H A D | test-udp-create-socket-early.c | 37 uv_udp_t client; in TEST_IMPL() local 80 uv_udp_t client; in TEST_IMPL() local 126 uv_udp_t client; in TEST_IMPL() local
|
H A D | test-pipe-connect-error.c | 62 uv_pipe_t client; in TEST_IMPL() local 82 uv_pipe_t client; in TEST_IMPL() local
|
H A D | test-udp-open.c | 141 uv_udp_t client, client2; in TEST_IMPL() local 197 uv_udp_t client; in TEST_IMPL() local 224 uv_udp_t client; in TEST_IMPL() local 255 uv_udp_t client; in TEST_IMPL() local
|
H A D | test-udp-sendmmsg-error.c | 30 static uv_udp_t client; variable
|
H A D | test-udp-multicast-ttl.c | 33 static uv_udp_t client; variable
|
H A D | test-tcp-open.c | 42 static uv_tcp_t client; variable 286 uv_tcp_t client; in TEST_IMPL() local 337 uv_tcp_t client; in TEST_IMPL() local
|
H A D | test-udp-multicast-interface.c | 33 static uv_udp_t client; variable
|
H A D | test-udp-multicast-interface6.c | 33 static uv_udp_t client; variable
|
H A D | test-udp-send-hang-loop.c | 32 static uv_udp_t client; variable
|
H A D | test-multiple-listen.c | 31 static uv_tcp_t client; variable
|
H A D | test-tcp-try-write-error.c | 30 static uv_tcp_t client; variable
|
H A D | test-udp-try-send.c | 33 static uv_udp_t client; variable
|
H A D | test-tcp-write-fail.c | 93 uv_tcp_t client; in TEST_IMPL() local
|
H A D | test-udp-recv-in-a-row.c | 30 static uv_udp_t client; variable
|
H A D | test-udp-send-immediate.c | 33 static uv_udp_t client; variable
|
H A D | test-udp-connect.c | 33 static uv_udp_t client; variable
|
H A D | test-udp-connect6.c | 33 static uv_udp_t client; variable
|
H A D | test-tcp-try-write.c | 32 static uv_tcp_t client; variable
|
H A D | test-tcp-alloc-cb-fail.c | 30 static uv_tcp_t client; variable
|
/libuv/docs/code/cgi/ |
H A D | main.c | 17 void invoke_cgi_script(uv_tcp_t *client) { in invoke_cgi_script() 56 uv_tcp_t *client = (uv_tcp_t*) malloc(sizeof(uv_tcp_t)); in on_new_connection() local
|
/libuv/docs/code/multi-echo-server/ |
H A D | worker.c | 34 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() 68 uv_tcp_t *client = (uv_tcp_t*) malloc(sizeof(uv_tcp_t)); in on_new_connection() local
|
/libuv/docs/code/pipe-echo-server/ |
H A D | main.c | 37 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() 60 uv_pipe_t *client = (uv_pipe_t*) malloc(sizeof(uv_pipe_t)); in on_new_connection() local
|
/libuv/docs/code/tcp-echo-server/ |
H A D | main.c | 39 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() 62 uv_tcp_t *client = (uv_tcp_t*) malloc(sizeof(uv_tcp_t)); in on_new_connection() local
|
/libuv/docs/code/dns/ |
H A D | main.c | 13 void on_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in on_read()
|