Home
last modified time | relevance | path

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

12345678910>>...136

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/IO/
H A Dmod.rs9 …pub fn CancelIoEx(hfile: super::super::Foundation::HANDLE, lpoverlapped: *const OVERLAPPED) -> sup… in CancelIoEx()
15 …id, noutbuffersize: u32, lpbytesreturned: *mut u32, lpoverlapped: *mut OVERLAPPED) -> super::super… in DeviceIoControl()
17 …edResult(hfile: super::super::Foundation::HANDLE, lpoverlapped: *const OVERLAPPED, lpnumberofbytes… in GetOverlappedResult() argument
19 …ResultEx(hfile: super::super::Foundation::HANDLE, lpoverlapped: *const OVERLAPPED, lpnumberofbytes… in GetOverlappedResultEx() argument
21 …ferred: *mut u32, lpcompletionkey: *mut usize, lpoverlapped: *mut *mut OVERLAPPED, dwmilliseconds:… in GetQueuedCompletionStatus() argument
25 …rofbytestransferred: u32, dwcompletionkey: usize, lpoverlapped: *const OVERLAPPED) -> super::super… in PostQueuedCompletionStatus()
28 …xtern "system" fn(dwerrorcode: u32, dwnumberofbytestransfered: u32, lpoverlapped: *mut OVERLAPPED);
31 pub struct OVERLAPPED { struct
38 impl ::core::marker::Copy for OVERLAPPED {} implementation
40 impl ::core::clone::Clone for OVERLAPPED { implementation
[all …]
/dports/comms/qt5-serialport/kde-qtserialport-5.15.2p2/src/serialport/
H A Dqwinoverlappedionotifier.cpp104 IOResult(DWORD n = 0, DWORD e = 0, OVERLAPPED *p = nullptr) in IOResult()
110 OVERLAPPED *overlapped = nullptr;
120 OVERLAPPED *waitForAnyNotified(QDeadlineTimer deadline);
121 void notify(DWORD numberOfBytes, DWORD errorCode, OVERLAPPED *overlapped);
123 OVERLAPPED *dispatchNextIoResult();
207 OVERLAPPED *overlapped = nullptr; in run()
360 OVERLAPPED *QWinOverlappedIoNotifier::waitForAnyNotified(QDeadlineTimer deadline) in waitForAnyNotified()
364 OVERLAPPED *result = d->waitForAnyNotified(deadline); in waitForAnyNotified()
380 OVERLAPPED *triggeredOverlapped = waitForAnyNotified(deadline); in waitForNotified()
393 OVERLAPPED *overlapped) in notify()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/IO/
H A Dmod.rs18 …super::super::Foundation::HANDLE>>(hfile: Param0, lpoverlapped: *const OVERLAPPED) -> super::super… in CancelIoEx()
23 …fn CancelIoEx(hfile: super::super::Foundation::HANDLE, lpoverlapped: *const OVERLAPPED) -> super::… in CancelIoEx()
138 …xtern "system" fn(dwerrorcode: u32, dwnumberofbytestransfered: u32, lpoverlapped: *mut OVERLAPPED);
142 pub struct OVERLAPPED { struct
149 impl OVERLAPPED {} implementation
151 impl ::std::default::Default for OVERLAPPED { implementation
157 impl ::std::cmp::PartialEq for OVERLAPPED { implementation
163 impl ::std::cmp::Eq for OVERLAPPED {} implementation
165 unsafe impl ::windows::runtime::Abi for OVERLAPPED { implementation
223 pub lpOverlapped: *mut OVERLAPPED,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
102 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
158 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
162 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
191 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
194 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED *lpOverlapped = (OVERLAPPED *)jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
103 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
153 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
157 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
186 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
189 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c92 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
102 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0()
158 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
162 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0()
191 OVERLAPPED* lpOverlapped = (OVERLAPPED*) jlong_to_ptr(ov); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
194 ZeroMemory((PVOID)lpOverlapped, sizeof(OVERLAPPED)); in Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/miow-0.2.1/src/
H A Dnet.rs91 overlapped: *mut OVERLAPPED) in read_overlapped()
123 overlapped: *mut OVERLAPPED) in write_overlapped()
164 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
234 overlapped: *mut OVERLAPPED) in recv_overlapped()
320 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
380 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
444 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
616 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
714 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
731 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/miow-0.2.1/src/
H A Dnet.rs91 overlapped: *mut OVERLAPPED) in read_overlapped()
123 overlapped: *mut OVERLAPPED) in write_overlapped()
164 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
234 overlapped: *mut OVERLAPPED) in recv_overlapped()
320 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
380 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
444 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
616 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
714 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
731 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/miow-0.2.2/src/
H A Dnet.rs94 overlapped: *mut OVERLAPPED) in read_overlapped()
126 overlapped: *mut OVERLAPPED) in write_overlapped()
167 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
237 overlapped: *mut OVERLAPPED) in recv_overlapped()
323 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
383 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
447 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
652 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
750 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
767 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/miow-0.2.2/src/
H A Dnet.rs94 overlapped: *mut OVERLAPPED) in read_overlapped()
126 overlapped: *mut OVERLAPPED) in write_overlapped()
167 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
237 overlapped: *mut OVERLAPPED) in recv_overlapped()
323 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
383 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
447 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
652 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
750 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
767 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/miow-0.2.2/src/
H A Dnet.rs94 overlapped: *mut OVERLAPPED) in read_overlapped()
126 overlapped: *mut OVERLAPPED) in write_overlapped()
167 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
237 overlapped: *mut OVERLAPPED) in recv_overlapped()
323 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
383 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
447 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
652 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
750 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
767 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/miow-0.2.2/src/
H A Dnet.rs94 overlapped: *mut OVERLAPPED) in read_overlapped()
126 overlapped: *mut OVERLAPPED) in write_overlapped()
167 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
237 overlapped: *mut OVERLAPPED) in recv_overlapped()
323 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
383 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
447 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
652 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
750 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
767 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/miow/src/
H A Dnet.rs91 overlapped: *mut OVERLAPPED) in read_overlapped()
123 overlapped: *mut OVERLAPPED) in write_overlapped()
164 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
234 overlapped: *mut OVERLAPPED) in recv_overlapped()
320 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
380 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
444 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
616 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
714 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
731 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/miow-0.2.1/src/
H A Dnet.rs91 overlapped: *mut OVERLAPPED) in read_overlapped()
123 overlapped: *mut OVERLAPPED) in write_overlapped()
164 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
234 overlapped: *mut OVERLAPPED) in recv_overlapped()
320 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
380 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
444 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
616 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
714 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
731 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/miow-0.2.2/src/
H A Dnet.rs94 overlapped: *mut OVERLAPPED) in read_overlapped()
126 overlapped: *mut OVERLAPPED) in write_overlapped()
167 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
237 overlapped: *mut OVERLAPPED) in recv_overlapped()
323 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
383 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
447 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
652 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
750 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
767 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/miow/src/
H A Dnet.rs91 overlapped: *mut OVERLAPPED) in read_overlapped()
123 overlapped: *mut OVERLAPPED) in write_overlapped()
164 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
234 overlapped: *mut OVERLAPPED) in recv_overlapped()
320 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
380 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
444 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
616 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
714 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
731 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/miow-0.2.1/src/
H A Dnet.rs91 overlapped: *mut OVERLAPPED) in read_overlapped()
123 overlapped: *mut OVERLAPPED) in write_overlapped()
164 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
234 overlapped: *mut OVERLAPPED) in recv_overlapped()
320 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
380 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
444 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
616 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
714 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
731 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/miow-0.2.2/src/
H A Dnet.rs94 overlapped: *mut OVERLAPPED) in read_overlapped()
126 overlapped: *mut OVERLAPPED) in write_overlapped()
167 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
237 overlapped: *mut OVERLAPPED) in recv_overlapped()
323 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
383 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
447 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
652 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
750 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
767 unsafe fn result(&self, overlapped: *mut OVERLAPPED) in result()
[all …]

12345678910>>...136