Home
last modified time | relevance | path

Searched refs:BytesToAllocate (Results 1 – 4 of 4) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Sasl/Gssapi/
H A DSSPIHelper.cs201 int BytesToAllocate = 0; in GetSecBufferByteArray()
211 BytesToAllocate += Marshal.ReadInt32(pBuffers, CurrentOffset); in GetSecBufferByteArray()
214 Buffer = new byte[BytesToAllocate]; in GetSecBufferByteArray()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Ddataset0.cpp1052 size_t BytesToAllocate = (size_t)ActualBytesNeeded; in FieldDataAllocData() local
1067 FieldData->Data = (void *)ALLOC_ARRAY(BytesToAllocate, char, "FieldData's Data"); in FieldDataAllocData()
1071 memset(FieldData->Data, DEBUG_FIELDVALUES_BAD_VALUE, BytesToAllocate); in FieldDataAllocData()
1082 ((char*)FieldData->Data)[BytesToAllocate-1] = '\0'; in FieldDataAllocData()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs5213 pub BytesToAllocate: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs8836 pub BytesToAllocate: u32,
8856 .field("BytesToAllocate", &self.BytesToAllocate)
8866 … && self.HeightToCreate == other.HeightToCreate && self.BytesToAllocate == other.BytesToAllocate &…