Home
last modified time | relevance | path

Searched refs:ValidateBufferBounds (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DConnection.cs209 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in Read()
225 ConnectionUtilities.ValidateBufferBounds(AsyncReadBufferSize, offset, size); in BeginRead()
820 ConnectionUtilities.ValidateBufferBounds(AsyncReadBufferSize, offset, size); in BeginRead()
931 internal static void ValidateBufferBounds(ArraySegment<byte> buffer) in ValidateBufferBounds() method in System.ServiceModel.Channels.ConnectionUtilities
933 ValidateBufferBounds(buffer.Array, buffer.Offset, buffer.Count); in ValidateBufferBounds()
936 internal static void ValidateBufferBounds(byte[] buffer, int offset, int size) in ValidateBufferBounds() method in System.ServiceModel.Channels.ConnectionUtilities
943 ValidateBufferBounds(buffer.Length, offset, size); in ValidateBufferBounds()
946 internal static void ValidateBufferBounds(int bufferSize, int offset, int size) in ValidateBufferBounds() method in System.ServiceModel.Channels.ConnectionUtilities
H A DPipeConnection.cs234 ConnectionUtilities.ValidateBufferBounds(AsyncReadBuffer, offset, size); in BeginRead()
334 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in BeginWrite()
990 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in Read()
1190 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in WriteHelper()
1265 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in Write()
H A DSocketConnection.cs852 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in BeginWrite()
1023 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in Write()
1091 ConnectionUtilities.ValidateBufferBounds(buffer, offset, size); in Read()
1146 ConnectionUtilities.ValidateBufferBounds(AsyncReadBufferSize, offset, size); in BeginRead()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/Canonicalization/CryptoCanonicalization/
H A DCanonicalEncoder.cs124 ValidateBufferBounds(buffer, offset, count); in Encode()
229 ValidateBufferBounds(buffer, offset, count); in EncodeWithTranslation()
405 public static void ValidateBufferBounds(Array buffer, int offset, int count) in ValidateBufferBounds() method in System.Runtime.Serialization.Xml.Canonicalization.Tests.CanonicalEncoder
H A DCanonicalWriter.cs399 CanonicalEncoder.ValidateBufferBounds(buffer, offset, count); in WriteBase64()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DUdpSocket.cs81 UdpUtility.ValidateBufferBounds(buffer, offset, size); in BeginReceiveFrom()
183 UdpUtility.ValidateBufferBounds(buffer, offset, size); in SendTo()
201 UdpUtility.ValidateBufferBounds(buffer, offset, size); in BeginSendTo()
H A DUdpUtility.cs356 public static void ValidateBufferBounds(byte[] buffer, int offset, int size) in ValidateBufferBounds() method in System.ServiceModel.Channels.UdpUtility
363 ValidateBufferBounds(buffer.Length, offset, size); in ValidateBufferBounds()
366 public static void ValidateBufferBounds(int bufferSize, int offset, int size) in ValidateBufferBounds() method in System.ServiceModel.Channels.UdpUtility
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DCryptoHelper.cs329 internal static void ValidateBufferBounds(Array buffer, int offset, int count) in ValidateBufferBounds() method in System.ServiceModel.Security.CryptoHelper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DWrappedReader.cs145 CryptoHelper.ValidateBufferBounds(buffer, offset, count); in ReadBinaryContent()
H A DCryptoHelper.cs1086 internal static void ValidateBufferBounds(Array buffer, int offset, int count) in ValidateBufferBounds() method in System.IdentityModel.CryptoHelper
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dbuffer_validation.cpp5740 bool CoreChecks::ValidateBufferBounds(const IMAGE_STATE *image_state, const BUFFER_STATE *buff_stat… in ValidateBufferBounds() function in CoreChecks
5793 …skip |= ValidateBufferBounds(src_image_state, dst_buffer_state, regionCount, pRegions, func_name, … in ValidateCmdCopyImageToBuffer()
5924 …skip |= ValidateBufferBounds(dst_image_state, src_buffer_state, regionCount, pRegions, func_name, … in ValidateCmdCopyBufferToImage()
H A Dcore_validation.h727 …bool ValidateBufferBounds(const IMAGE_STATE* image_state, const BUFFER_STATE* buff_state, uint32_t…
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbuffer_validation.cpp6492 bool CoreChecks::ValidateBufferBounds(const IMAGE_STATE *image_state, const BUFFER_STATE *buff_stat… in ValidateBufferBounds() function in CoreChecks
6551 …skip |= ValidateBufferBounds(src_image_state.get(), dst_buffer_state.get(), regionCount, pRegions,… in ValidateCmdCopyImageToBuffer()
6679 …skip |= ValidateBufferBounds(dst_image_state.get(), src_buffer_state.get(), regionCount, pRegions,… in ValidateCmdCopyBufferToImage()
H A Dcore_validation.h836 …bool ValidateBufferBounds(const IMAGE_STATE* image_state, const BUFFER_STATE* buff_state, uint32_t…