ZSTD_startingInputLength
while (srcSize >= ZSTD_startingInputLength(dctx->format)) {
dctx->expected = ZSTD_startingInputLength(dctx->format); /* dctx->format must be properly set */
return ZSTD_startingInputLength(zds->format);
return ZSTD_startingInputLength(zds->format);
return ZSTD_startingInputLength(dctx->format);
return ZSTD_startingInputLength(dctx->format);
size_t const minInputSize = ZSTD_startingInputLength(format);
size_t const minInputSize = ZSTD_startingInputLength(format);
while (srcSize >= ZSTD_startingInputLength(ZSTD_f_zstd1)) {