Searched refs:AppendStr (Results 1 – 1 of 1) sorted by relevance
95 UINT16 *AppendStr; in CatPrint() local100 AppendStr = AllocateZeroPool (0x1000); in CatPrint()101 if (AppendStr == NULL) { in CatPrint()106 UnicodeVSPrint (AppendStr, 0x1000, Fmt, Args); in CatPrint()109 StringSize = StrSize (AppendStr); in CatPrint()112 StringSize = StrSize (AppendStr); in CatPrint()122 FreePool (AppendStr); in CatPrint()127 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr); in CatPrint()130 FreePool (AppendStr); in CatPrint()