Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-multi-accept.c95 static void sv_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf);
308 ASSERT_OK(uv_read_start((uv_stream_t*) storage, sv_alloc_cb, sv_read_cb)); in sv_connection_cb()
322 static void sv_read_cb(uv_stream_t* handle, in sv_read_cb() function

Completed in 7 milliseconds