Home
last modified time | relevance | path

Searched refs:echo_read (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/docs/code/pipe-echo-server/
Dmain.c37 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() function
63 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
/third_party/libuv/docs/code/tcp-echo-server/
Dmain.c39 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() function
65 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
/third_party/libuv/docs/code/multi-echo-server/
Dworker.c34 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()