OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:echo_read
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/docs/code/multi-echo-server/
worker.c
34
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
);
/src/external/mit/libuv/dist/docs/code/pipe-echo-server/
main.c
37
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
);
/src/external/mit/libuv/dist/docs/code/tcp-echo-server/
main.c
39
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
);
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026