Searched refs:mInBufSize (Results 1 – 2 of 2) sorted by relevance
61 mInBufSize = StreamingZipInflater::INPUT_CHUNK_SIZE; in StreamingZipInflater()62 mInBuf = new uint8_t[mInBufSize]; in StreamingZipInflater()80 mInBufSize = mInTotalSize; in StreamingZipInflater()118 mInflateState.avail_in = mInBufSize; in initInflateState()211 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset); in readNextChunk()
76 size_t mInBufSize; // allocated size of mInBuf; variable