Searched refs:ZSTD_e_continue (Results 1 – 2 of 2) sorted by relevance
763 …ZSTD_e_continue=0, /* collect more data, encoder decides when to output compressed result, for opt… enumerator
6056 if ( (flushMode == ZSTD_e_continue) in ZSTD_compressStream_generic()6068 if ( (flushMode == ZSTD_e_continue) in ZSTD_compressStream_generic()6183 FORWARD_IF_ERROR( ZSTD_compressStream2(zcs, output, input, ZSTD_e_continue) , ""); in ZSTD_compressStream()6308 …&& (endOp == ZSTD_e_continue) /* no flush requested, more input to com… in ZSTD_compressStream2()