Home
last modified time | relevance | path

Searched refs:SECURITY_ATTRIBUTES (Results 1 – 25 of 3237) sorted by relevance

12345678910>>...130

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/src/System/IO/MemoryMappedFiles/
H A DMemoryMappedFile.Windows.cs27 Interop.Kernel32.SECURITY_ATTRIBUTES secAttrs = GetSecAttrs(inheritability); in CreateCore()
94 Interop.Kernel32.SECURITY_ATTRIBUTES secAttrs = GetSecAttrs(inheritability); in CreateOrOpenCore()
244 …private static unsafe Interop.Kernel32.SECURITY_ATTRIBUTES GetSecAttrs(HandleInheritability inheri… in GetSecAttrs()
246 … Interop.Kernel32.SECURITY_ATTRIBUTES secAttrs = default(Interop.Kernel32.SECURITY_ATTRIBUTES); in GetSecAttrs()
249 secAttrs = new Interop.Kernel32.SECURITY_ATTRIBUTES(); in GetSecAttrs()
250 secAttrs.nLength = (uint)sizeof(Interop.Kernel32.SECURITY_ATTRIBUTES); in GetSecAttrs()
/dports/devel/py-jupyter-client/jupyter_client-6.1.12/jupyter_client/
H A Dwin_interrupt.py20 class SECURITY_ATTRIBUTES(ctypes.Structure): class
24 sa = SECURITY_ATTRIBUTES()
26 sa.nLength = ctypes.sizeof(SECURITY_ATTRIBUTES)
/dports/devel/stack/stack-2.7.3/_cabal_deps/lukko-0.1.1.3/cbits/
H A Dwindows.c20 SECURITY_ATTRIBUTES securityAttributes; in fdOpen()
21 ZeroMemory (&securityAttributes, sizeof(SECURITY_ATTRIBUTES)); in fdOpen()
24 securityAttributes.nLength = sizeof(SECURITY_ATTRIBUTES); in fdOpen()
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/lukko-0.1.1.3/cbits/
H A Dwindows.c20 SECURITY_ATTRIBUTES securityAttributes; in fdOpen()
21 ZeroMemory (&securityAttributes, sizeof(SECURITY_ATTRIBUTES)); in fdOpen()
24 securityAttributes.nLength = sizeof(SECURITY_ATTRIBUTES); in fdOpen()
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/editors/helix/helix-0.5.0/cargo-crates/crossterm_winapi-0.9.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm_winapi-0.9.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/net/oha/oha-0.4.7/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/crossterm_winapi-0.8.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
45 let security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
46 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm_winapi-0.7.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/crossterm_winapi-0.6.2/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/crossterm_winapi-0.4.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/crossterm_winapi-0.6.1/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/finance/quickfix/quickfix-1.15.1/test/atrun/
H A DProcess.cpp27 SECURITY_ATTRIBUTES sa; in create()
28 sa.nLength = sizeof(SECURITY_ATTRIBUTES); in create()
107 SECURITY_ATTRIBUTES sa; in openOutFile()
109 sa.nLength = sizeof(SECURITY_ATTRIBUTES); in openOutFile()
/dports/graphics/viu/viu-1.1/cargo-crates/crossterm_winapi-0.6.1/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/crossterm_winapi-0.7.0/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/crossterm_winapi-0.6.1/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/devel/desed/desed-1.2.0/cargo-crates/crossterm_winapi-0.6.1/src/
H A Dscreen_buffer.rs10 minwinbase::SECURITY_ATTRIBUTES,
43 let mut security_attr: SECURITY_ATTRIBUTES = SECURITY_ATTRIBUTES { in create()
44 nLength: size_of::<SECURITY_ATTRIBUTES>() as u32, in create()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DKernel32.java511 WinBase.SECURITY_ATTRIBUTES lpSecurityAttributes, in CreateFile()
639 WinBase.SECURITY_ATTRIBUTES lpSecurityAttributes); in CreateDirectory()
995 HANDLE CreateEvent(WinBase.SECURITY_ATTRIBUTES lpEventAttributes, in CreateEvent()
1107 WinBase.SECURITY_ATTRIBUTES lpAttributes, int flProtect, in CreateFileMapping()
1262 WinBase.SECURITY_ATTRIBUTES lpProcessAttributes, in CreateProcess()
1263 WinBase.SECURITY_ATTRIBUTES lpThreadAttributes, in CreateProcess()
1369 WinBase.SECURITY_ATTRIBUTES lpProcessAttributes, in CreateProcessW()
1370 WinBase.SECURITY_ATTRIBUTES lpThreadAttributes, in CreateProcessW()
1919 WinBase.SECURITY_ATTRIBUTES lpPipeAttributes, int nSize); in CreatePipe()
1992 SECURITY_ATTRIBUTES lpSecurityAttributes); in CreateNamedPipe()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dwindow.cc21 bool GetSecurityAttributes(HANDLE handle, SECURITY_ATTRIBUTES* attributes) { in GetSecurityAttributes()
23 attributes->nLength = sizeof(SECURITY_ATTRIBUTES); in GetSecurityAttributes()
46 SECURITY_ATTRIBUTES attributes = {0}; in CreateAltWindowStation()
86 SECURITY_ATTRIBUTES attributes = {0}; in CreateAltDesktop()
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/wince/
H A DCoreDLLTest.java40 public static class SECURITY_ATTRIBUTES extends Structure { class
45 public SECURITY_ATTRIBUTES() { in SECURITY_ATTRIBUTES() method in CoreDLLTest.CoreDLL.SECURITY_ATTRIBUTES
115 SECURITY_ATTRIBUTES lpProcessAttributes, in CreateProcess()
116 SECURITY_ATTRIBUTES lpThreadAttributes, in CreateProcess()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dwindow.cc21 bool GetSecurityAttributes(HANDLE handle, SECURITY_ATTRIBUTES* attributes) { in GetSecurityAttributes()
23 attributes->nLength = sizeof(SECURITY_ATTRIBUTES); in GetSecurityAttributes()
46 SECURITY_ATTRIBUTES attributes = {0}; in CreateAltWindowStation()
86 SECURITY_ATTRIBUTES attributes = {0}; in CreateAltDesktop()

12345678910>>...130