Searched refs:uv__tcp_write (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/src/win/ |
H A D | stream.c | 129 err = uv__tcp_write(loop, req, (uv_tcp_t*) handle, bufs, nbufs, cb); in uv_write()
|
H A D | internal.h | 81 int uv__tcp_write(uv_loop_t* loop, uv_write_t* req, uv_tcp_t* handle,
|
H A D | tcp.c | 879 int uv__tcp_write(uv_loop_t* loop, in uv__tcp_write() function
|
/third_party/node/deps/uv/src/win/ |
H A D | stream.c | 129 err = uv__tcp_write(loop, req, (uv_tcp_t*) handle, bufs, nbufs, cb); in uv_write()
|
H A D | internal.h | 79 int uv__tcp_write(uv_loop_t* loop, uv_write_t* req, uv_tcp_t* handle,
|
H A D | tcp.c | 909 int uv__tcp_write(uv_loop_t* loop, in uv__tcp_write() function
|
Completed in 6 milliseconds