Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dstream.c193 int uv_try_write2(uv_stream_t* stream, in uv_try_write2() function
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dstream.c1479 return uv_try_write2(stream, bufs, nbufs, NULL); in uv_try_write()
1483 int uv_try_write2(uv_stream_t* stream, in uv_try_write2() function
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dstream.rst211 .. c:function:: int uv_try_write2(uv_stream_t* handle, const uv_buf_t bufs[], unsigned int nbufs, u…
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h533 UV_EXTERN int uv_try_write2(uv_stream_t* handle,
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog441 * stream: introduce uv_try_write2 function (twosee)