Lines Matching refs:extDict
354 const int extDict = matchCandidateIdx < prefixIdx;
355 const BYTE* const matchPtr = (extDict ? dictStart - dictIdx : prefixPtr - prefixIdx) + matchCandidateIdx;
357 const BYTE* const iLimit = extDict ? dictEnd : iHighLimit;
359 if (extDict && matchPtr + forwardPatternLength == iLimit) {
363 { const BYTE* const lowestMatchPtr = extDict ? dictStart : prefixPtr;
366 if (!extDict
384 assert(newMatchIndex >= prefixIdx - 3 && newMatchIndex < prefixIdx && !extDict);
390 assert(newMatchIndex >= prefixIdx - 3 && newMatchIndex < prefixIdx && !extDict);
1099 /* Only one memory segment for extDict, so any previous extDict is lost at this stage */
1107 /* cannot reference an extDict and a dictCtx at the same time */