Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp62 UInt32 numBytesInBuffer = numBytesPrev + processedSize; in ReadDataString() local
68 if (pos > numBytesInBuffer - signatureEndSize) in ReadDataString()
80 if (pos > numBytesInBuffer - signatureStartSize) in ReadDataString()
91 numBytesPrev = numBytesInBuffer - pos; in ReadDataString()