Home
last modified time | relevance | path

Searched refs:UV_HANDLE_ZERO_READ (Results 1 – 3 of 3) sorted by relevance

/libuv/src/win/
H A Dudp.c280 handle->flags |= UV_HANDLE_ZERO_READ; in uv__udp_queue_recv()
422 if (!(handle->flags & UV_HANDLE_ZERO_READ)) { in uv__process_udp_recv_req()
430 buf = (handle->flags & UV_HANDLE_ZERO_READ) ? in uv__process_udp_recv_req()
438 if (!(handle->flags & UV_HANDLE_ZERO_READ)) { in uv__process_udp_recv_req()
H A Dtcp.c489 handle->flags |= UV_HANDLE_ZERO_READ; in uv__tcp_queue_read()
995 !(handle->flags & UV_HANDLE_ZERO_READ)) { in uv__process_tcp_read_req()
998 buf = (handle->flags & UV_HANDLE_ZERO_READ) ? in uv__process_tcp_read_req()
1015 if (!(handle->flags & UV_HANDLE_ZERO_READ)) { in uv__process_tcp_read_req()
/libuv/src/
H A Duv-common.h102 UV_HANDLE_ZERO_READ = 0x00040000, enumerator

Completed in 21 milliseconds