Searched refs:streamStage (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 111 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal() 1298 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced() 1372 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict() 1389 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize() 1442 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter() 1466 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset() 1471 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset() 1547 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer() 1570 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream() 1573 zds->streamStage = zdss_flush; in ZSTD_decompressContinueStream() [all …]
|
| H A D | zstd_decompress_internal.h | 141 ZSTD_dStreamStage streamStage; member
|
| /freebsd/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
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 486 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter() 835 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams() 848 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize() 896 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced() 934 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict() 950 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced() 967 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset() 972 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset() 3667 cctx->streamStage = zcss_load; in ZSTD_resetCStream_internal() 3827 switch(zcs->streamStage) in ZSTD_compressStream_generic() [all …]
|
| H A D | zstd_compress_internal.h | 274 ZSTD_cStreamStage streamStage; member
|
| /freebsd/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
|