Searched refs:uv__tcp_write (Results 1 – 3 of 3) sorted by relevance
127 err = uv__tcp_write(loop, req, (uv_tcp_t*) handle, bufs, nbufs, cb); in uv_write()
79 int uv__tcp_write(uv_loop_t* loop, uv_write_t* req, uv_tcp_t* handle,
906 int uv__tcp_write(uv_loop_t* loop, in uv__tcp_write() function