/external/chromium_org/mojo/common/test/ |
D | test_utils_win.cc | 23 OVERLAPPED overlapped = { 0 }; in BlockingWrite() local 43 OVERLAPPED overlapped = { 0 }; in BlockingRead() local 63 OVERLAPPED overlapped = { 0 }; in NonBlockingRead() local
|
/external/qemu/ |
D | tap-win32.c | 109 static tun_buffer_t* get_buffer_from_free_list(tap_win32_overlapped_t* const overlapped) in get_buffer_from_free_list() 122 static void put_buffer_on_free_list(tap_win32_overlapped_t* const overlapped, tun_buffer_t* const b… in put_buffer_on_free_list() 131 static tun_buffer_t* get_buffer_from_output_queue(tap_win32_overlapped_t* const overlapped, const i… in get_buffer_from_output_queue() 164 …tic tun_buffer_t* get_buffer_from_output_queue_immediate (tap_win32_overlapped_t* const overlapped) in get_buffer_from_output_queue_immediate() 169 static void put_buffer_on_output_queue(tap_win32_overlapped_t* const overlapped, tun_buffer_t* cons… in put_buffer_on_output_queue() 397 static void tap_win32_overlapped_init(tap_win32_overlapped_t* const overlapped, const HANDLE handle) in tap_win32_overlapped_init() 451 static int tap_win32_write(tap_win32_overlapped_t *overlapped, in tap_win32_write() 485 tap_win32_overlapped_t *overlapped = (tap_win32_overlapped_t*)param; in tap_win32_thread_entry() local 538 static int tap_win32_read(tap_win32_overlapped_t *overlapped, in tap_win32_read() 556 static void tap_win32_free_buffer(tap_win32_overlapped_t *overlapped, in tap_win32_free_buffer()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | poll_windows.c | 197 OVERLAPPED *overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED)); in create_overlapped() local 209 static void free_overlapped(OVERLAPPED *overlapped) in free_overlapped() 262 OVERLAPPED* overlapped; in usbi_pipe() local 322 OVERLAPPED* overlapped = NULL; in usbi_create_fd() local 476 struct winfd overlapped_to_winfd(OVERLAPPED* overlapped) in overlapped_to_winfd()
|
D | poll_windows.h | 80 OVERLAPPED* overlapped; // what will report our I/O status member
|
D | windows_usb.c | 3436 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped, in _hid_get_report() 3517 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped, in _hid_set_report() 3590 size_t *size, OVERLAPPED* overlapped) in _hid_class_request()
|
/external/chromium_org/net/base/ |
D | file_stream_context_win.cc | 25 void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) { in SetOffset() 30 void IncrementOffset(OVERLAPPED* overlapped, DWORD count) { in IncrementOffset()
|
/external/chromium_org/sandbox/win/src/ |
D | named_pipe_policy_test.cc | 43 OVERLAPPED overlapped = {0}; in NamedPipe_Create() local
|
/external/chromium_org/base/ |
D | platform_file_win.cc | 44 OVERLAPPED overlapped = {0}; in ReadPlatformFile() local 90 OVERLAPPED overlapped = {0}; in WritePlatformFile() local
|
D | sync_socket_win.cc | 30 bool CreatePairImpl(HANDLE* socket_a, HANDLE* socket_b, bool overlapped) { in CreatePairImpl()
|
/external/chromium_org/base/files/ |
D | file_win.cc | 143 OVERLAPPED overlapped = {0}; in Read() local 188 OVERLAPPED overlapped = {0}; in Write() local
|
/external/qemu/block/ |
D | raw-win32.c | 80 DWORD overlapped; in raw_open() local 319 DWORD overlapped; in hdev_open() local
|
/external/chromium_org/base/message_loop/ |
D | message_pump_win.h | 280 OVERLAPPED overlapped; member
|
D | message_pump_win.cc | 576 OVERLAPPED* overlapped = NULL; in GetIOItem() local
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 69 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped) const in DeviceIoControl()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | sandbox_file_stream_writer.cc | 211 int overlapped = file_size_ - total_bytes_written_ - initial_offset_; in DidWrite() local
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 133 OVERLAPPED overlapped; in run() local 228 OVERLAPPED overlapped; in run() local
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.h | 39 WSAOVERLAPPED overlapped; member
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | file_win.cc | 20 OVERLAPPED* overlapped() { in overlapped() function
|
/external/chromium_org/mojo/system/ |
D | raw_channel_win.cc | 37 BOOL CancelIoEx(HANDLE handle, LPOVERLAPPED overlapped) { in CancelIoEx()
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_ndis.c | 98 OVERLAPPED overlapped; in l2_packet_send() local
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _winnt.h | 125 OVERLAPPED overlapped; /* Used for async I/O */ member 150 struct _MDOverlapped overlapped; /* Used for async IO for this thread */ member
|