Home
last modified time | relevance | path

Searched refs:uv__read (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dstream.c75 static void uv__read(uv_stream_t* stream);
260 * before the actual `uv__read()`, leading to the blocking syscall in uv__stream_osx_select_cb()
1020 static void uv__read(uv_stream_t* stream) { in uv__read() function
1203 uv__read(stream); in uv__stream_io()
1209 * events and uv__read() reported a partial read but not EOF. If the EOF in uv__stream_io()
1210 * flag is set, uv__read() called read_cb with err=UV_EOF and we don't in uv__stream_io()
/third_party/node/deps/uv/src/unix/
H A Dstream.c65 static void uv__read(uv_stream_t* stream);
250 * before the actual `uv__read()`, leading to the blocking syscall in uv__stream_osx_select_cb()
1078 static void uv__read(uv_stream_t* stream) { in uv__read() function
1270 uv__read(stream); in uv__stream_io()
1276 * events and uv__read() reported a partial read but not EOF. If the EOF in uv__stream_io()
1277 * flag is set, uv__read() called read_cb with err=UV_EOF and we don't in uv__stream_io()

Completed in 5 milliseconds