Searched refs:ZSTD_dictionaryIsActive (Results 1 – 2 of 2) sorted by relevance
1272 MEM_STATIC int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* … function1302 if (ZSTD_dictionaryIsActive(dctx, prefixStart, oLitEnd)) {
1351 static int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* oLit… in ZSTD_dictionaryIsActive() function1383 if (ZSTD_dictionaryIsActive(dctx, prefixStart, oLitEnd)) { in ZSTD_assertValidSequence()