Lines Matching refs:extDict
56 const BYTE *dictBase; /* extDict indexes relative to this position */
57 U32 dictLimit; /* below that point, need extDict */
336 * do not use with extDict variant ! */
1561 static U32 ZSTD_insertBt1(ZSTD_CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const iend, U32 nbCompares, U32 extDict)
1592 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) {
1644 U32 extDict)
1675 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) {
1794 Assumption : always within prefix (i.e. not within extDict) */
1821 const U32 extDict)
1843 if ((!extDict) || matchIndex >= dictLimit) {
2322 static ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, int extDict)
2330 return blockCompressor[extDict][(U32)strat];
2517 cctx->lowLimit = cctx->dictLimit; /* too small extDict */