Lines Matching refs:mText
83 STATIC UINT8 *mText; variable
191 mText = AllocateZeroPool (WNDSIZ * 2 + MAXMATCH); in AllocateMemory()
224 SHELL_FREE_NON_NULL (mText); in FreeMemory()
339 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
340 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split()
397 LoopVar6 = (NODE) (mText[mPos] + WNDSIZ); in InsertNode()
398 LoopVar5 = mText[mPos + 1]; in InsertNode()
426 TempString3 = &mText[mPos + mMatchLen]; in InsertNode()
427 TempString2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
544 LoopVar11 = Child (LoopVar4, mText[LoopVar10 + mLevel[LoopVar4]]); in DeleteNode()
616 CopyMem (Temp, &mText[WNDSIZ], WNDSIZ + MAXMATCH); in GetNextMatch()
617 CopyMem (&mText[0], Temp, WNDSIZ + MAXMATCH); in GetNextMatch()
619 LoopVar8 = FreadCrc (&mText[WNDSIZ + MAXMATCH], WNDSIZ); in GetNextMatch()
1255 mRemainder = FreadCrc (&mText[WNDSIZ], WNDSIZ + MAXMATCH); in Encode()
1279 CompressOutput(mText[mPos - 1], 0); in Encode()
1333 mText = NULL; in Compress()