Searched refs:streamStage (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 240 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters() 259 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal() 1585 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced() 1659 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict() 1686 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize() 1770 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter() 1805 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset() 1810 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset() 1886 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer() 1909 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream() [all …]
|
| H A D | zstd_decompress_internal.h | 169 ZSTD_dStreamStage streamStage; member
|
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 243 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters() 264 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal() 1705 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced() 1783 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict() 1810 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize() 1909 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter() 1952 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset() 1958 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset() 2045 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer() 2068 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream() [all …]
|
| H A D | zstd_decompress_internal.h | 174 ZSTD_dStreamStage streamStage; member
|
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 647 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter() 1068 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams() 1081 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize() 1135 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced() 1174 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict() 1184 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool() 1198 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced() 1215 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset() 1220 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset() 5356 switch(zcs->streamStage) in ZSTD_compressStream_generic() [all …]
|
| H A D | zstd_compress_internal.h | 408 ZSTD_cStreamStage streamStage; member
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 712 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter() 1183 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams() 1234 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize() 1291 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced() 1331 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict() 1341 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool() 1355 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced() 1372 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset() 1377 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset() 6141 switch(zcs->streamStage) in ZSTD_compressStream_generic() [all …]
|
| H A D | zstd_compress_internal.h | 518 ZSTD_cStreamStage streamStage; member
|