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 | 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
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 242 assert(dctx->streamStage == zdss_init); in ZSTD_DCtx_resetParameters() 263 dctx->streamStage = zdss_init; in ZSTD_initDCtx_internal() 1704 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_loadDictionary_advanced() 1782 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_refDDict() 1809 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setMaxWindowSize() 1908 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_setParameter() 1951 dctx->streamStage = zdss_init; in ZSTD_DCtx_reset() 1957 RETURN_ERROR_IF(dctx->streamStage != zdss_init, stage_wrong, ""); in ZSTD_DCtx_reset() 2044 if (zds->streamStage == zdss_init) in ZSTD_checkOutBuffer() 2067 zds->streamStage = zdss_read; in ZSTD_decompressContinueStream() [all …]
|
| H A D | zstd_decompress_internal.h | 173 ZSTD_dStreamStage streamStage; member
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 711 if (cctx->streamStage != zcss_init) { in ZSTD_CCtx_setParameter() 1182 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setParametersUsingCCtxParams() 1233 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_setPledgedSrcSize() 1290 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_loadDictionary_advanced() 1330 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refCDict() 1340 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refThreadPool() 1354 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_refPrefix_advanced() 1371 cctx->streamStage = zcss_init; in ZSTD_CCtx_reset() 1376 RETURN_ERROR_IF(cctx->streamStage != zcss_init, stage_wrong, in ZSTD_CCtx_reset() 6140 switch(zcs->streamStage) in ZSTD_compressStream_generic() [all …]
|
| H A D | zstd_compress_internal.h | 517 ZSTD_cStreamStage streamStage; member
|
| /freebsd/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
|