Home
last modified time | relevance | path

Searched defs:overlapped (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/mojo/common/test/
Dtest_utils_win.cc23 OVERLAPPED overlapped = { 0 }; in BlockingWrite() local
43 OVERLAPPED overlapped = { 0 }; in BlockingRead() local
63 OVERLAPPED overlapped = { 0 }; in NonBlockingRead() local
/external/qemu/
Dtap-win32.c109 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/
Dpoll_windows.c197 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()
Dpoll_windows.h80 OVERLAPPED* overlapped; // what will report our I/O status member
Dwindows_usb.c3436 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/
Dfile_stream_context_win.cc25 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/
Dnamed_pipe_policy_test.cc43 OVERLAPPED overlapped = {0}; in NamedPipe_Create() local
/external/chromium_org/base/
Dplatform_file_win.cc44 OVERLAPPED overlapped = {0}; in ReadPlatformFile() local
90 OVERLAPPED overlapped = {0}; in WritePlatformFile() local
Dsync_socket_win.cc30 bool CreatePairImpl(HANDLE* socket_a, HANDLE* socket_b, bool overlapped) { in CreatePairImpl()
/external/chromium_org/base/files/
Dfile_win.cc143 OVERLAPPED overlapped = {0}; in Read() local
188 OVERLAPPED overlapped = {0}; in Write() local
/external/qemu/block/
Draw-win32.c80 DWORD overlapped; in raw_open() local
319 DWORD overlapped; in hdev_open() local
/external/chromium_org/base/message_loop/
Dmessage_pump_win.h280 OVERLAPPED overlapped; member
Dmessage_pump_win.cc576 OVERLAPPED* overlapped = NULL; in GetIOItem() local
/external/lzma/CPP/Windows/
DFileIO.h69 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped) const in DeviceIoControl()
/external/chromium_org/webkit/browser/fileapi/
Dsandbox_file_stream_writer.cc211 int overlapped = file_size_ - total_bytes_written_ - initial_offset_; in DidWrite() local
/external/deqp/execserver/
DxsWin32TestProcess.cpp133 OVERLAPPED overlapped; in run() local
228 OVERLAPPED overlapped; in run() local
/external/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_socket2_manager_win.h39 WSAOVERLAPPED overlapped; member
/external/chromium_org/net/disk_cache/blockfile/
Dfile_win.cc20 OVERLAPPED* overlapped() { in overlapped() function
/external/chromium_org/mojo/system/
Draw_channel_win.cc37 BOOL CancelIoEx(HANDLE handle, LPOVERLAPPED overlapped) { in CancelIoEx()
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_ndis.c98 OVERLAPPED overlapped; in l2_packet_send() local
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_winnt.h125 OVERLAPPED overlapped; /* Used for async I/O */ member
150 struct _MDOverlapped overlapped; /* Used for async IO for this thread */ member