Lines Matching refs:ZSTD_extDict
104 if ( (dictMode != ZSTD_extDict)
107 const BYTE* const mBase = ( (dictMode != ZSTD_extDict)
317 if ((dictMode != ZSTD_extDict) || (matchIndex+matchLength >= dictLimit)) {
691 if ((dictMode != ZSTD_extDict) || matchIndex >= dictLimit) {
693 assert(matchIndex >= dictLimit); /* ensures this is true if dictMode != ZSTD_extDict */
1201 if ((dictMode != ZSTD_extDict) || matchIndex >= dictLimit) {
1224 if ((dictMode != ZSTD_extDict) || matchIndex >= dictLimit) {
1226 assert(matchIndex >= dictLimit); /* ensures this is true if dictMode != ZSTD_extDict */
1460 } else if (dictMode == ZSTD_extDict) {
1926 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offsetFound, mls, rowLog, searchMethod, ZSTD_extDict);
1961 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, ZSTD_extDict);
1993 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, ZSTD_extDict);