Searched refs:outEnd (Results 1 – 2 of 2) sorted by relevance
177 size_t outEnd; member
1842 zds->outEnd = zds->outStart + decodedSize; in ZSTD_decompressContinueStream()1891 zds->lhSize = zds->inPos = zds->outStart = zds->outEnd = 0; in ZSTD_decompressStream()2052 { size_t const toFlushSize = zds->outEnd - zds->outStart; in ZSTD_decompressStream()2063 zds->outStart = zds->outEnd = 0; in ZSTD_decompressStream()2095 if (zds->outEnd == zds->outStart) { /* output fully flushed */ in ZSTD_decompressStream()
Completed in 9 milliseconds