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