Searched refs:echo_read (Results 1 – 3 of 3) sorted by relevance
/third_party/libuv/docs/code/pipe-echo-server/ |
D | main.c | 37 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/ |
D | main.c | 39 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/ |
D | worker.c | 34 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()
|