Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:TempStr

1126   EFI_STRING               TempStr;

1138 TempStr = NULL;
1189 TempStr = AllocateZeroPool (LengthString * sizeof (CHAR16));
1190 if (TempStr == NULL) {
1197 StrCpyS (TempStr, LengthString, GuidStr);
1198 StrCatS (TempStr, LengthString, NameStr);
1199 if (ConfigHdr == NULL || StrnCmp (ConfigHdr, TempStr, StrLen (TempStr)) == 0) {
1205 FreePool (TempStr);
1219 FreePool (TempStr);
1285 EFI_STRING TempStr;
1291 TempStr = NULL;
1308 TempStr = AllocateZeroPool (LengthString * sizeof (CHAR16));
1309 if (TempStr == NULL) {
1313 StrCpyS (TempStr, LengthString, GuidStr);
1314 StrCatS (TempStr, LengthString, NameStr);
1316 if (ConfigHdr == NULL || StrnCmp (ConfigHdr, TempStr, StrLen (TempStr)) == 0) {
1329 if (TempStr != NULL) {
1330 FreePool (TempStr);