Searched refs:ZSTDcs_init (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h42 typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_ending } ZSTD_compressionStage_e; enumerator in enum:__anon180
H A Dzstd_compress.c1851 zc->stage = ZSTDcs_init;
2125 * Only works during stage ZSTDcs_init (i.e. after creation, but before first call to ZSTD_compressContinue()).
2136 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong,
2204 * Only works during stage ZSTDcs_init (i.e. after creation, but before first call to ZSTD_compressContinue()).
4006 RETURN_ERROR_IF(cctx->stage != ZSTDcs_init, stage_wrong,
4033 if (frame && (cctx->stage==ZSTDcs_init)) {
4505 if (cctx->stage == ZSTDcs_init) {

Completed in 152 milliseconds