11 references to HTTP_DATA_CHUNK
Microsoft.AspNetCore.Shared.Tests (11)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
697
var pDataChunk = (
HTTP_DATA_CHUNK
*)(fixup + (byte*)&request->pEntityChunks[dataChunkIndex]);
Windows.Win32.HTTP_REQUEST_V1.g.cs (1)
104
internal unsafe winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* pEntityChunks;
Windows.Win32.HTTP_RESPONSE_V1.g.cs (1)
60
internal unsafe winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* pEntityChunks;
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (8)
1053
/// <inheritdoc cref="HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, ushort, winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/>
1055
internal static unsafe uint HttpSendResponseEntityBody(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, Span<winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
> EntityChunks, uint* BytesSent, global::System.Threading.NativeOverlapped? Overlapped, winmdroot.Networking.HttpServer.HTTP_LOG_DATA? LogData)
1060
fixed (winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* EntityChunksLocal = EntityChunks)
1127
internal static extern unsafe uint HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, ushort EntityChunkCount, [Optional] winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* EntityChunks, [Optional] uint* BytesSent, [Optional] void* Reserved1, uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA* LogData);
1543
/// <inheritdoc cref="HttpAddFragmentToCache(winmdroot.Foundation.HANDLE, winmdroot.Foundation.PCWSTR, winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, global::System.Threading.NativeOverlapped*)"/>
1545
internal static unsafe uint HttpAddFragmentToCache(SafeHandle RequestQueueHandle, string UrlPrefix, in winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
DataChunk, in winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY CachePolicy, global::System.Threading.NativeOverlapped? Overlapped)
1552
fixed (winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* DataChunkLocal = &DataChunk)
1610
internal static extern unsafe uint HttpAddFragmentToCache(winmdroot.Foundation.HANDLE RequestQueueHandle, winmdroot.Foundation.PCWSTR UrlPrefix, winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* DataChunk, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY* CachePolicy, [Optional] global::System.Threading.NativeOverlapped* Overlapped);