Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 45) sorted by relevance

12

/libuv/test/
H A Dtest-tcp-create-socket-early.c77 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 Dtest-udp-create-socket-early.c37 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 Dtest-pipe-connect-error.c62 uv_pipe_t client; in TEST_IMPL() local
82 uv_pipe_t client; in TEST_IMPL() local
H A Dtest-udp-open.c141 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 Dtest-udp-sendmmsg-error.c30 static uv_udp_t client; variable
H A Dtest-udp-multicast-ttl.c33 static uv_udp_t client; variable
H A Dtest-tcp-open.c42 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 Dtest-udp-multicast-interface.c33 static uv_udp_t client; variable
H A Dtest-udp-multicast-interface6.c33 static uv_udp_t client; variable
H A Dtest-udp-send-hang-loop.c32 static uv_udp_t client; variable
H A Dtest-multiple-listen.c31 static uv_tcp_t client; variable
H A Dtest-tcp-try-write-error.c30 static uv_tcp_t client; variable
H A Dtest-udp-try-send.c33 static uv_udp_t client; variable
H A Dtest-tcp-write-fail.c93 uv_tcp_t client; in TEST_IMPL() local
H A Dtest-udp-recv-in-a-row.c30 static uv_udp_t client; variable
H A Dtest-udp-send-immediate.c33 static uv_udp_t client; variable
H A Dtest-udp-connect.c33 static uv_udp_t client; variable
H A Dtest-udp-connect6.c33 static uv_udp_t client; variable
H A Dtest-tcp-try-write.c32 static uv_tcp_t client; variable
H A Dtest-tcp-alloc-cb-fail.c30 static uv_tcp_t client; variable
/libuv/docs/code/cgi/
H A Dmain.c17 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 Dworker.c34 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 Dmain.c37 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 Dmain.c39 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 Dmain.c13 void on_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in on_read()

Completed in 74 milliseconds

12