Home | History | Annotate | Download | only in C

Lines Matching refs:indexSize

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

509 indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2) &&
668 p->indexSize += num;
704 p->indexSize = 0;
721 p->indexSize += p->indexPreSize;
796 if (p->indexPos < p->indexSize)
798 UInt64 cur = p->indexSize - p->indexPos;
813 p->indexSize++;
821 p->indexSize += 4;
862 if (!Xz_CheckFooter(p->streamFlags, p->indexSize, p->buf))