Home
last modified time | relevance | path

Searched refs:copyInput (Results 1 - 3 of 3) sorted by relevance

/third_party/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs168 protected void copyInput(byte[] data, int startIndex, int count) in copyInput() method in DotZLib.CodecBase
H A DDeflater.cs66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
H A DInflater.cs66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()

Completed in 2 milliseconds