Home
last modified time | relevance | path

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

/libuv/docs/code/uvcat/
H A Dmain.c16 void on_write(uv_fs_t *req) { in on_write() function
36 uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1, on_write); in on_read()
/libuv/test/
H A Dtest-tcp-read-stop-start.c42 static void on_write(uv_write_t* req, int status) { in on_write() function
70 do_write(stream, on_write); in on_read1()

Completed in 5 milliseconds