Home
last modified time | relevance | path

Searched refs:OVERLAPPED (Results 1 – 25 of 29) sorted by relevance

12

/external/libusb/libusb/os/
Dpoll_windows.c197 static OVERLAPPED *create_overlapped(void) in create_overlapped()
199 OVERLAPPED *overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED)); in create_overlapped()
211 static void free_overlapped(OVERLAPPED *overlapped) in free_overlapped()
264 OVERLAPPED* overlapped; in usbi_pipe()
324 OVERLAPPED* overlapped = NULL; in usbi_create_fd()
478 struct winfd overlapped_to_winfd(OVERLAPPED* overlapped) in overlapped_to_winfd()
Dpoll_windows.h86 OVERLAPPED* overlapped; // what will report our I/O status
106 struct winfd overlapped_to_winfd(OVERLAPPED* overlapped);
Dwindows_winusb.c3273 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED *overlapped, int report_type) in _hid_get_report()
3351 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED *overlapped, int report_type) in _hid_set_report()
3421 size_t *size, OVERLAPPED *overlapped) in _hid_class_request()
/external/python/oauth2client/oauth2client/contrib/
D_win32_opener.py72 pywintypes.OVERLAPPED())
100 pywintypes.OVERLAPPED())
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_ndis.c77 OVERLAPPED rx_overlapped;
98 OVERLAPPED overlapped; in l2_packet_send()
100 OVERLAPPED *o; in l2_packet_send()
/external/libevent/
Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
74 OVERLAPPED *overlapped=NULL; in loop()
Diocp-internal.h52 OVERLAPPED overlapped;
/external/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc36 OVERLAPPED ov;
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_windows.h44 OVERLAPPED overlapped;
Diocp_windows.cc40 static OVERLAPPED g_iocp_custom_overlap;
Dtcp_windows.cc254 memset(&tcp->socket->read_info.overlapped, 0, sizeof(OVERLAPPED)); in win_read()
354 memset(&socket->write_info.overlapped, 0, sizeof(OVERLAPPED)); in win_write()
/external/python/cpython3/Modules/
Doverlapped.c46 OVERLAPPED overlapped;
179 OVERLAPPED *Overlapped = NULL; in overlapped_GetQueuedCompletionStatus()
215 OVERLAPPED *Overlapped; in overlapped_PostQueuedCompletionStatus()
514 mark_as_completed(OVERLAPPED *ov) in mark_as_completed()
557 memset(&self->overlapped, 0, sizeof(OVERLAPPED)); in Overlapped_new()
1408 offsetof(OverlappedObject, overlapped) + offsetof(OVERLAPPED, hEvent),
D_winapi.c89 OVERLAPPED overlapped;
291 offsetof(OverlappedObject, overlapped) + offsetof(OVERLAPPED, hEvent),
349 memset(&self->overlapped, 0, sizeof(OVERLAPPED)); in new_overlapped()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py26 _OVERLAPPED = pywintypes.OVERLAPPED()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.h284 OVERLAPPED overlapped_;
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h38 OVERLAPPED data;
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialwin32.py69 self._overlappedRead = win32.OVERLAPPED()
71 self._overlappedWrite = win32.OVERLAPPED()
Dwin32.py60 OVERLAPPED = _OVERLAPPED variable
/external/deqp/execserver/
DxsWin32TestProcess.cpp133 OVERLAPPED overlapped; in run()
228 OVERLAPPED overlapped; in run()
/external/skqp/src/ports/
DSkOSFile_win.cpp138 OVERLAPPED overlapped; in sk_qread()
/external/skia/src/ports/
DSkOSFile_win.cpp138 OVERLAPPED overlapped; in sk_qread()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c62 OVERLAPPED overlap;
541 OVERLAPPED overlap;
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc575 OVERLAPPED* pOverlapped = 0; in Process()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc116 memset(&winsocket_->read_info.overlapped, 0, sizeof(OVERLAPPED)); in RegisterForOnReadableLocked()
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc58 OVERLAPPED overlapped = {0}; in pread()

12