Home | History | Annotate | Download | only in C

Lines Matching refs:indexSize

491 static Bool Xz_CheckFooter(CXzStreamFlags flags, UInt64 indexSize, const Byte *buf)

494 indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2) &&
646 p->indexSize += num;
681 p->indexSize = 0;
698 p->indexSize += p->indexPreSize;
772 if (p->indexPos < p->indexSize)
774 UInt64 cur = p->indexSize - p->indexPos;
789 p->indexSize++;
797 p->indexSize += 4;
838 if (!Xz_CheckFooter(p->streamFlags, p->indexSize, p->buf))