Lines Matching defs:indexSize
797 static BoolInt Xz_CheckFooter(CXzStreamFlags flags, UInt64 indexSize, const Byte *buf)
799 return indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2)
995 p->indexSize = 0;
1010 p->indexSize += num;
1147 p->indexSize = 0;
1168 p->indexSize += p->indexPreSize;
1269 if (p->indexPos < p->indexSize)
1271 UInt64 cur = p->indexSize - p->indexPos;
1286 p->indexSize++;
1294 p->indexSize += 4;
1336 if (!Xz_CheckFooter(p->streamFlags, p->indexSize, p->buf))
2044 // we use in me->dec: sha, numBlocks, indexSize