Searched defs:StringIn2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1592 EFI_STRING StringIn2; local
1675 StringIn2 = NULL;
1765 StringIn2 = AllocateZeroPool (StrSize (StringPtr));
1766 if (StringIn2 == NULL) {
1771 StringTmp = StringIn2;
1812 StringPtr = StringIn2;
2197 if (StringIn2 != NULL) {
2198 FreePool (StringIn2);

Completed in 37 milliseconds