Home
last modified time | relevance | path

Searched refs:after_read (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/test/
Decho-server.c43 static void after_read(uv_stream_t*, ssize_t nread, const uv_buf_t* buf);
78 static void after_read(uv_stream_t* handle, in after_read() function
202 r = uv_read_start(stream, echo_alloc, after_read); in on_connection()
Dtest-getsockname.c63 static void after_read(uv_stream_t* handle, in after_read() function
142 r = uv_read_start((uv_stream_t*)handle, alloc, after_read); in on_connection()