Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc39 OVERLAPPED ov;
/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.c55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
73 OVERLAPPED *overlapped=NULL; in loop()
Diocp-internal.h52 OVERLAPPED overlapped;
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dlocked_file.py289 pywintypes.OVERLAPPED())
315 win32file.UnlockFileEx(hfile, 0, -0x10000, pywintypes.OVERLAPPED())
/external/chromium-trace/catapult/catapult_base/catapult_base/
Dlock.py24 _OVERLAPPED = pywintypes.OVERLAPPED()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.h284 OVERLAPPED overlapped_;
/external/fio/engines/
Dwindowsaio.c20 OVERLAPPED o;
366 OVERLAPPED *ovl; in IoCompletionRoutine()
/external/chromium-trace/catapult/telemetry/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/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c62 OVERLAPPED overlap;
542 OVERLAPPED overlap;
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc575 OVERLAPPED* pOverlapped = 0; in Process()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc503 OVERLAPPED* context() { return &context_.overlapped; } in context()
/external/sqlite/dist/
Dsqlite3.c36728 OVERLAPPED ovlp;
36729 memset(&ovlp, 0, sizeof(OVERLAPPED));
36759 OVERLAPPED ovlp;
36760 memset(&ovlp, 0, sizeof(OVERLAPPED));
36919 OVERLAPPED overlapped; /* The offset for ReadFile. */
36960 memset(&overlapped, 0, sizeof(OVERLAPPED));
37037 OVERLAPPED overlapped; /* The offset for WriteFile. */
37045 memset(&overlapped, 0, sizeof(OVERLAPPED));
/external/sqlite/dist/orig/
Dsqlite3.c36710 OVERLAPPED ovlp;
36711 memset(&ovlp, 0, sizeof(OVERLAPPED));
36741 OVERLAPPED ovlp;
36742 memset(&ovlp, 0, sizeof(OVERLAPPED));
36901 OVERLAPPED overlapped; /* The offset for ReadFile. */
36942 memset(&overlapped, 0, sizeof(OVERLAPPED));
37019 OVERLAPPED overlapped; /* The offset for WriteFile. */
37027 memset(&overlapped, 0, sizeof(OVERLAPPED));