Home
last modified time | relevance | path

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

/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() function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
/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() function
63 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
/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() function
65 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()

Completed in 6 milliseconds