Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/test/
Dtest_utils_win.cc21 OVERLAPPED overlapped = {0}; in BlockingWrite()
41 OVERLAPPED overlapped = {0}; in BlockingRead()
61 OVERLAPPED overlapped = {0}; in NonBlockingRead()
/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/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/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc36 OVERLAPPED ov;
/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/common/py_utils/py_utils/
Dlock.py24 _OVERLAPPED = pywintypes.OVERLAPPED()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.h284 OVERLAPPED overlapped_;
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h38 OVERLAPPED data;
DmDNSWin32.c3189 ZeroMemory( &sock->overlapped.data, sizeof( OVERLAPPED ) ); in UDPBeginRecv()
/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/skia/src/ports/
DSkOSFile_win.cpp135 OVERLAPPED overlapped = {0}; in sk_qread()
/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/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp923 OVERLAPPED overlapped = {}; in main()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc439 OVERLAPPED* context() { return &context_.overlapped; } in context()
/external/sqlite/dist/orig/
Dsqlite3.c40168 OVERLAPPED ovlp;
40169 memset(&ovlp, 0, sizeof(OVERLAPPED));
40199 OVERLAPPED ovlp;
40200 memset(&ovlp, 0, sizeof(OVERLAPPED));
40364 OVERLAPPED overlapped; /* The offset for ReadFile. */
40405 memset(&overlapped, 0, sizeof(OVERLAPPED));
40482 OVERLAPPED overlapped; /* The offset for WriteFile. */
40490 memset(&overlapped, 0, sizeof(OVERLAPPED));
/external/sqlite/dist/
Dsqlite3.c40168 OVERLAPPED ovlp;
40169 memset(&ovlp, 0, sizeof(OVERLAPPED));
40199 OVERLAPPED ovlp;
40200 memset(&ovlp, 0, sizeof(OVERLAPPED));
40364 OVERLAPPED overlapped; /* The offset for ReadFile. */
40405 memset(&overlapped, 0, sizeof(OVERLAPPED));
40482 OVERLAPPED overlapped; /* The offset for WriteFile. */
40490 memset(&overlapped, 0, sizeof(OVERLAPPED));