14 references to HTTP_DATA_CHUNK
Microsoft.AspNetCore.Shared.Tests (14)
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 (11)
1369
/// <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*)"/>
1371
internal static unsafe uint HttpSendResponseEntityBody(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ReadOnlySpan<winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
> EntityChunks, out uint BytesSent, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA? LogData)
1378
fixed (winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* EntityChunksLocal = EntityChunks)
1401
/// <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*)"/>
1403
internal static unsafe uint HttpSendResponseEntityBody(SafeHandle RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ReadOnlySpan<winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
> EntityChunks, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA? LogData)
1408
fixed (winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* EntityChunksLocal = EntityChunks)
1473
internal static extern unsafe uint HttpSendResponseEntityBody(winmdroot.Foundation.HANDLE RequestQueueHandle, ulong RequestId, uint Flags, [Optional] ushort EntityChunkCount, [Optional] winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* EntityChunks, [Optional] uint* BytesSent, [Optional] void* Reserved1, [Optional] uint Reserved2, [Optional] global::System.Threading.NativeOverlapped* Overlapped, [Optional] winmdroot.Networking.HttpServer.HTTP_LOG_DATA* LogData);
1882
/// <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*)"/>
1885
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, [Optional] global::System.Threading.NativeOverlapped* Overlapped)
1892
fixed (winmdroot.Networking.HttpServer.
HTTP_DATA_CHUNK
* DataChunkLocal = &DataChunk)
1948
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);