Searched refs:numBytesInBuffer (Results 1 – 2 of 2) sorted by relevance
39 int numBytesInBuffer = cbuf.length; in read() local40 int numBytesToRead = numBytesInBuffer -off; in read()
66 UInt32 numBytesInBuffer = numBytesPrev + processedSize; in ReadDataString() local72 if (pos > numBytesInBuffer - signatureEndSize) in ReadDataString()84 if (pos > numBytesInBuffer - signatureStartSize) in ReadDataString()95 numBytesPrev = numBytesInBuffer - pos; in ReadDataString()