MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ZSTD_updateTree

Function ZSTD_updateTree

freebsd/contrib/zstd/lib/compress/zstd_opt.c:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) {
505 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict);
506}
507
508FORCE_INLINE_TEMPLATE
509U32 ZSTD_insertBtAndGetAllMatches (

Callers 1

Calls 1

ZSTD_updateTree_internalFunction · 0.70

Tested by

no test coverage detected