Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp67 const size_t numBytesInBuffer = numBytesPrev + processedSize; in ReadDataString() local
73 if (pos + signatureEndSize > numBytesInBuffer) in ReadDataString()
85 if (pos + signatureStartSize > numBytesInBuffer) in ReadDataString()
96 numBytesPrev = numBytesInBuffer - pos; in ReadDataString()

Completed in 1 milliseconds