Home
last modified time | relevance | path

Searched defs:completionRoutine (Results 1 – 18 of 18) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/Winsock/
H A DInterop.WSARecv.cs23 IntPtr completionRoutine); in WSARecv()
32 IntPtr completionRoutine) in WSARecv()
48 IntPtr completionRoutine) in WSARecv()
H A DInterop.WSASend.cs23 IntPtr completionRoutine); in WSASend()
32 IntPtr completionRoutine) in WSASend()
48 IntPtr completionRoutine) in WSASend()
H A DInterop.WSASendTo.cs25 IntPtr completionRoutine); in WSASendTo()
36 IntPtr completionRoutine) in WSASendTo()
54 IntPtr completionRoutine) in WSASendTo()
H A DInterop.WSARecvFrom.cs25 IntPtr completionRoutine); in WSARecvFrom()
36 IntPtr completionRoutine) in WSARecvFrom()
54 IntPtr completionRoutine) in WSARecvFrom()
H A DInterop.WSAIoctl.cs36 [In] IntPtr completionRoutine); in WSAIoctl_Blocking()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocket.Windows.cs102 …ndle, IntPtr msg, out int bytesTransferred, NativeOverlapped* overlapped, IntPtr completionRoutine) in WSARecvMsg()
110 …tr socketHandle, IntPtr msg, out int bytesTransferred, IntPtr overlapped, IntPtr completionRoutine) in WSARecvMsgBlocking()
H A DDynamicWinsockMethods.cs317 IntPtr completionRoutine); in WSARecvMsgDelegate()
325 IntPtr completionRoutine); in WSARecvMsgDelegateBlocking()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A D_DynamicWinsockMethods.cs287 IntPtr completionRoutine); in WSARecvMsgDelegate()
295 IntPtr completionRoutine); in WSARecvMsgDelegate_Blocking()
H A DSocket.cs5844 …ocketHandle, IntPtr msg, out int bytesTransferred, SafeHandle overlapped, IntPtr completionRoutine) in WSARecvMsg()
5852 …tr socketHandle, IntPtr msg, out int bytesTransferred, IntPtr overlapped, IntPtr completionRoutine) in WSARecvMsg_Blocking()
/dports/comms/qt5-serialport/kde-qtserialport-5.15.2p2/src/serialport/
H A Dqserialport_win.cpp173 LPOVERLAPPED_COMPLETION_ROUTINE completionRoutine) in qt_device_io_control_ex()
204 LPOVERLAPPED_COMPLETION_ROUTINE completionRoutine) in qt_wait_comm_event_ex()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DUntrustedModulesProcessor.cpp427 auto completionRoutine = [evtTarget = std::move(evtTarget), p, in GetProcessedDataInternalChildProcess() local
535 auto completionRoutine = [evtTarget = std::move(evtTarget), in BackgroundProcessModuleLoadQueueChildProcess() local
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DUntrustedModulesProcessor.cpp398 auto completionRoutine = [evtTarget = std::move(evtTarget), p, in GetProcessedDataInternalChildProcess() local
504 auto completionRoutine = [evtTarget = std::move(evtTarget), in BackgroundProcessModuleLoadQueueChildProcess() local
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/
H A DUntrustedModulesProcessor.cpp447 auto completionRoutine = [evtTarget = std::move(evtTarget), p, in GetProcessedDataInternalChildProcess() local
546 auto completionRoutine = [evtTarget = std::move(evtTarget), in BackgroundProcessModuleLoadQueueChildProcess() local
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DUntrustedModulesProcessor.cpp398 auto completionRoutine = [evtTarget = std::move(evtTarget), p, in GetProcessedDataInternalChildProcess() local
504 auto completionRoutine = [evtTarget = std::move(evtTarget), in BackgroundProcessModuleLoadQueueChildProcess() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerUnsafeNativeMethods.cs30 [In] IntPtr completionRoutine); in WSAIoctl()
H A DUnsafeNativeMethods.cs714 IntPtr completionRoutine in WSARecv()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DUnsafeNativeMethods.cs1328 [In] IntPtr completionRoutine in WSASend()
1339 [In] IntPtr completionRoutine in WSASend()
1350 [In] IntPtr completionRoutine in WSASend_Blocking()
1363 [In] IntPtr completionRoutine in WSASendTo()
1376 [In] IntPtr completionRoutine in WSASendTo()
1387 [In] IntPtr completionRoutine in WSARecv()
1398 [In] IntPtr completionRoutine in WSARecv()
1409 [In] IntPtr completionRoutine in WSARecv_Blocking()
1422 [In] IntPtr completionRoutine in WSARecvFrom()
1477 [In] IntPtr completionRoutine in WSAIoctl_Blocking()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DKernel32.java883 OVERLAPPED_COMPLETION_ROUTINE completionRoutine); in ReadDirectoryChangesW()