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

/netbsd-current/external/mit/libuv/dist/docs/code/pipe-echo-server/
H A Dmain.c37 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { function
63 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read);
/netbsd-current/external/mit/libuv/dist/docs/code/tcp-echo-server/
H A Dmain.c39 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { function
65 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read);
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dworker.c34 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read);

Completed in 129 milliseconds