Home
last modified time | relevance | path

Searched refs:pDataChunk (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Windows/
H A DHttpResponseStream.Windows.cs316 Interop.HttpApi.HTTP_DATA_CHUNK* pDataChunk = null; in DisposeCore()
323 pDataChunk = &dataChunk; in DisposeCore()
327 … statusCode = _httpContext.Response.SendHeaders(pDataChunk, null, flags, false); in DisposeCore()
339 pDataChunk != null ? (ushort)1 : (ushort)0, in DisposeCore()
340 pDataChunk, in DisposeCore()
H A DHttpListenerResponse.Windows.cs238 internal unsafe uint SendHeaders(Interop.HttpApi.HTTP_DATA_CHUNK* pDataChunk, in SendHeaders() argument
276 if (pDataChunk != null) in SendHeaders()
279 _nativeResponse.pEntityChunks = pDataChunk; in SendHeaders()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ListenerResponseStream.cs403 UnsafeNclNativeMethods.HttpApi.HTTP_DATA_CHUNK* pDataChunk = null; in Dispose()
409 pDataChunk = &dataChunk; in Dispose()
412 … statusCode = m_HttpContext.Response.SendHeaders(pDataChunk, null, flags, false); in Dispose()
422 pDataChunk!=null ? (ushort)1 : (ushort)0, in Dispose()
423 pDataChunk, in Dispose()
H A DHttpListenerResponse.cs474 … internal unsafe uint SendHeaders(UnsafeNclNativeMethods.HttpApi.HTTP_DATA_CHUNK* pDataChunk, in SendHeaders() argument
478 …s) + "::SendHeaders() pDataChunk:" + ValidationHelper.ToString((IntPtr)pDataChunk) + " asyncResult… in SendHeaders()
510 if (pDataChunk!=null) { in SendHeaders()
512 m_NativeResponse.pEntityChunks = pDataChunk; in SendHeaders()
H A DUnsafeNativeMethods.cs3114 …HTTP_DATA_CHUNK* pDataChunk = (HTTP_DATA_CHUNK*) (fixup + (byte*) &request->pEntityChunks[dataChun… in GetChunks()
3121 if(dataChunkOffset >= pDataChunk->BufferLength){ in GetChunks()
3124 pDataChunk++; in GetChunks()
3127 byte* pFrom = pDataChunk->pBuffer + dataChunkOffset + fixup; in GetChunks()
3129 … uint bytesToRead = pDataChunk->BufferLength - (uint)dataChunkOffset; in GetChunks()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/HttpApi/
H A DInterop.HttpApi.cs866 …HTTP_DATA_CHUNK* pDataChunk = (HTTP_DATA_CHUNK*)(fixup + (byte*)&request->pEntityChunks[dataChunkI… in GetChunks()
874 if (dataChunkOffset >= pDataChunk->BufferLength) in GetChunks()
878 pDataChunk++; in GetChunks()
882 byte* pFrom = pDataChunk->pBuffer + dataChunkOffset + fixup; in GetChunks()
884 uint bytesToRead = pDataChunk->BufferLength - (uint)dataChunkOffset; in GetChunks()
/dports/games/avp/avp-20170505/src/
H A Dopenal.c145 static int SimpleLoadWAV( const unsigned char* data, FormatChunk* pFmtChunk, DataChunk* pDataChunk) in SimpleLoadWAV() argument
150 if( data == NULL || pFmtChunk == NULL || pDataChunk == NULL ) { in SimpleLoadWAV()
165 pDataChunk->pData = &dataPtr[ 8 ]; in SimpleLoadWAV()
166 pDataChunk->dwLength = lsb32( dataPtr, 4 ); in SimpleLoadWAV()
/dports/www/mod_security/modsecurity-2.9.3/iis/
H A Dmymodule.cpp1207 …HTTP_DATA_CHUNK *pDataChunk = (HTTP_DATA_CHUNK *)apr_palloc(rsc->m_pRequestRec->pool, sizeof(HTTP_… in WriteResponseCallback() local
1217 pDataChunk->DataChunkType = HttpDataChunkFromMemory; in WriteResponseCallback()
1218 pDataChunk->FromMemory.pBuffer = reqbuf; in WriteResponseCallback()
1219 pDataChunk->FromMemory.BufferLength = length; in WriteResponseCallback()
1246 pHttpResponse->WriteEntityChunkByReference(pDataChunk); in WriteResponseCallback()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_lua_gfx.cpp136 const uint8_t* pDataChunk = luaT_checkfile(L, 3, &iDataLenChunk); in l_spritesheet_load() local
141 if (pSheet->load_from_th_file(pDataTable, iDataLenTable, pDataChunk, in l_spritesheet_load()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhttp.h418 …agmentToCache(HANDLE ReqQueueHandle,PCWSTR pUrlPrefix,PHTTP_DATA_CHUNK pDataChunk,PHTTP_CACHE_POLI…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dhttp.h418 …agmentToCache(HANDLE ReqQueueHandle,PCWSTR pUrlPrefix,PHTTP_DATA_CHUNK pDataChunk,PHTTP_CACHE_POLI…
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/um/
H A Dhttp.rs1036 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/winapi-0.3.9/src/um/
H A Dhttp.rs1044 pDataChunk: PHTTP_DATA_CHUNK, in HttpAddFragmentToCache()

1234567