Searched refs:xzs (Results 1 – 1 of 1) sorted by relevance
714 CXzs xzs; in ReadBlocks() local715 Xzs_Construct(&xzs); in ReadBlocks()717 if (Xzs_ReadBackward(&xzs, &callbacks, &end_offset, &callbacks, &alloc) == SZ_OK) { in ReadBlocks()718 blocks_.reserve(Xzs_GetNumBlocks(&xzs)); in ReadBlocks()720 for (int s = xzs.num - 1; s >= 0; s--) { in ReadBlocks()721 const CXzStream& stream = xzs.streams[s]; in ReadBlocks()739 Xzs_Free(&xzs, &alloc); in ReadBlocks()