Searched refs:stillToFlush (Results 1 – 1 of 1) sorted by relevance
1315 size_t stillToFlush; in FIO_compressZstdFrame() local1325 stillToFlush = 1; in FIO_compressZstdFrame()1327 || (directive == ZSTD_e_end && stillToFlush != 0) ) { in FIO_compressZstdFrame()1332 CHECK_V(stillToFlush, ZSTD_compressStream2(ress.cctx, &outBuff, &inBuff, directive)); in FIO_compressZstdFrame()