Home
last modified time | relevance | path

Searched defs:HTTP_REQUEST_INFO_TYPE (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/HttpApi/
H A DInterop.HttpApi.cs148 internal enum HTTP_REQUEST_INFO_TYPE enum in Interop.HttpApi
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhttp.h202 } HTTP_REQUEST_INFO_TYPE, *PHTTP_REQUEST_INFO_TYPE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhttp.h202 } HTTP_REQUEST_INFO_TYPE, *PHTTP_REQUEST_INFO_TYPE; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/HttpServer/
H A Dmod.rs1932 pub struct HTTP_REQUEST_INFO_TYPE(pub i32); struct
1943 impl ::std::convert::From<i32> for HTTP_REQUEST_INFO_TYPE { implementation
1948 unsafe impl ::windows::runtime::Abi for HTTP_REQUEST_INFO_TYPE { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/HttpServer/
H A Dmod.rs869 pub type HTTP_REQUEST_INFO_TYPE = i32; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DUnsafeNativeMethods.cs2251 internal enum HTTP_REQUEST_INFO_TYPE { enum in System.Net.UnsafeNclNativeMethods.HttpApi