Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:AllocateCopyPool

243     *SubStr = AllocateCopyPool (StrSize (String), String);

347 Result = AllocateCopyPool (StrSize (String), String);
360 Result = AllocateCopyPool (Length * sizeof (CHAR16), String);
905 ConfigAltResp = AllocateCopyPool (StrSize (*AltCfgResp), *AltCfgResp);
3249 BlockData->Name = AllocateCopyPool(StrSize (StringPtr), StringPtr);
4481 ConfigRequest = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), StringPtr);
4572 AccessResults = AllocateCopyPool (StrSize (ConfigRequest), ConfigRequest);
5044 ConfigResp = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), StringPtr);