Searched refs:OVERLAPPED (Results 1 – 16 of 16) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | bind_io_completion_callback.cc | 39 OVERLAPPED ov;
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_ndis.c | 77 OVERLAPPED rx_overlapped; 98 OVERLAPPED overlapped; in l2_packet_send() 100 OVERLAPPED *o; in l2_packet_send()
|
/external/libevent/ |
D | event_iocp.c | 55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() 73 OVERLAPPED *overlapped=NULL; in loop()
|
D | iocp-internal.h | 52 OVERLAPPED overlapped;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | locked_file.py | 289 pywintypes.OVERLAPPED()) 315 win32file.UnlockFileEx(hfile, 0, -0x10000, pywintypes.OVERLAPPED())
|
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
D | lock.py | 24 _OVERLAPPED = pywintypes.OVERLAPPED()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.h | 284 OVERLAPPED overlapped_;
|
/external/fio/engines/ |
D | windowsaio.c | 20 OVERLAPPED o; 366 OVERLAPPED *ovl; in IoCompletionRoutine()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | serialwin32.py | 69 self._overlappedRead = win32.OVERLAPPED() 71 self._overlappedWrite = win32.OVERLAPPED()
|
D | win32.py | 60 OVERLAPPED = _OVERLAPPED variable
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 133 OVERLAPPED overlapped; in run() 228 OVERLAPPED overlapped; in run()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; 542 OVERLAPPED overlap;
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 575 OVERLAPPED* pOverlapped = 0; in Process()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 503 OVERLAPPED* context() { return &context_.overlapped; } in context()
|
/external/sqlite/dist/ |
D | sqlite3.c | 36728 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/ |
D | sqlite3.c | 36710 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));
|