Lines Matching refs:bytes
396 DWORD bytes; in uv__tcp_queue_accept() local
441 &bytes, in uv__tcp_queue_accept()
481 DWORD bytes, flags; in uv__tcp_queue_read() local
504 &bytes, in uv__tcp_queue_read()
514 req->u.io.overlapped.InternalHigh = bytes; in uv__tcp_queue_read()
777 DWORD bytes; in uv__tcp_try_connect() local
822 &bytes, in uv__tcp_try_connect()
847 &bytes, in uv__tcp_try_connect()
898 DWORD bytes; in uv__tcp_write() local
918 &bytes, in uv__tcp_write()
962 DWORD bytes; in uv__tcp_try_write() local
970 &bytes, in uv__tcp_try_write()
978 return bytes; in uv__tcp_try_write()
984 DWORD bytes, flags, err; in uv__process_tcp_read_req() local
1055 &bytes, in uv__process_tcp_read_req()
1059 if (bytes > 0) { in uv__process_tcp_read_req()
1061 handle->read_cb((uv_stream_t*)handle, bytes, &buf); in uv__process_tcp_read_req()
1063 if (bytes < buf.len) { in uv__process_tcp_read_req()
1417 DWORD bytes; in uv__tcp_try_cancel_reqs() local
1424 &bytes, in uv__tcp_try_cancel_reqs()
1577 DWORD bytes; in uv_socketpair() local
1626 &bytes, in uv_socketpair()
1633 while (!WSAGetOverlappedResult(client1, &overlap, &bytes, FALSE, &flags)) { in uv_socketpair()