Home
last modified time | relevance | path

Searched refs:InternalHigh (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/winapi/
Doverlapped.hpp29 ULONG_PTR_ InternalHigh; member
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_iocp_operation.hpp75 InternalHigh = 0; in reset()
/third_party/boost/boost/asio/detail/
Dwin_iocp_operation.hpp75 InternalHigh = 0; in reset()
/third_party/libuv/src/win/
Dtcp.c361 req->u.io.overlapped.InternalHigh, in post_completion()
380 req->u.io.overlapped.InternalHigh, in post_write_completion()
526 req->u.io.overlapped.InternalHigh = bytes; in uv__tcp_queue_read()
1032 if (req->u.io.overlapped.InternalHigh > 0) { in uv__process_tcp_read_req()
1035 req->u.io.overlapped.InternalHigh, in uv__process_tcp_read_req()
1038 if (req->u.io.overlapped.InternalHigh < handle->tcp.conn.read_buffer.len) { in uv__process_tcp_read_req()
Dpoll.c331 req->u.io.overlapped.InternalHigh = (DWORD) reported_events; in uv__slow_poll_thread_proc()
393 int events = req->u.io.overlapped.InternalHigh & handle->events & ~mask_events; in uv__slow_poll_process_poll_req()
Dudp.c312 req->u.io.overlapped.InternalHigh = bytes; in uv__udp_queue_recv()
344 req->u.io.overlapped.InternalHigh = bytes; in uv__udp_queue_recv()
492 req->u.io.overlapped.InternalHigh, in uv__process_udp_recv_req()
Dtty.c521 req->u.io.overlapped.InternalHigh = 0; in uv_tty_line_read_thread()
542 req->u.io.overlapped.InternalHigh = read_bytes; in uv_tty_line_read_thread()
984 req->u.io.overlapped.InternalHigh != 0) { in uv_process_tty_read_line_req()
986 DWORD bytes = req->u.io.overlapped.InternalHigh; in uv_process_tty_read_line_req()
Dfs-event.c453 if (req->u.io.overlapped.InternalHigh > 0) { in uv__process_fs_event_req()
Dpipe.c1282 req->u.io.overlapped.InternalHigh, in post_completion_read_wait()
1301 req->u.io.overlapped.InternalHigh, in post_completion_write_wait()
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_iocp_handle_service.ipp38 InternalHigh = 0;
/third_party/boost/boost/asio/detail/impl/
Dwin_iocp_handle_service.ipp38 InternalHigh = 0;
/third_party/libusb/libusb/os/
Dwindows_common.c305 overlapped->InternalHigh = (ULONG_PTR)size; in windows_force_sync_completion()