Lines Matching refs:AllocateZeroPool
266 NameValueNode = AllocateZeroPool (sizeof (NAME_VALUE_NODE));
271 NameValueNode->Value = AllocateZeroPool (0x10);
273 NameValueNode->EditValue = AllocateZeroPool (0x10);
302 Expression = AllocateZeroPool (sizeof (FORM_EXPRESSION));
427 BrowserStorage->Buffer = AllocateZeroPool (BrowserStorage->Size);
428 BrowserStorage->EditBuffer = AllocateZeroPool (BrowserStorage->Size);
438 BrowserStorage->Buffer = AllocateZeroPool (BrowserStorage->Size);
439 BrowserStorage->EditBuffer = AllocateZeroPool (BrowserStorage->Size);
535 UnicodeString = AllocateZeroPool (AsciiStrSize (StorageName) * 2);
542 Storage = AllocateZeroPool (sizeof (FORMSET_STORAGE));
549 BrowserStorage = AllocateZeroPool (sizeof (BROWSER_STORAGE));
748 NewStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
780 ConfigInfo = AllocateZeroPool(sizeof (FORM_BROWSER_CONFIG_REQUEST));
800 NewStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1346 FormSet->StatementBuffer = AllocateZeroPool (NumberOfStatement * sizeof (FORM_BROWSER_STATEMENT));
1352 FormSet->ExpressionBuffer = AllocateZeroPool (NumberOfExpression * sizeof (EXPRESSION_OPCODE));
1736 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM));
1778 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM));
1882 DefaultStore = AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE));
2068 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth + sizeof (CHAR16));
2087 CurrentStatement->BufferValue = AllocateZeroPool ((CurrentStatement->StorageWidth + sizeof (CHAR16)));
2142 CurrentDefault = AllocateZeroPool (sizeof (QUESTION_DEFAULT));
2176 CurrentDefault = AllocateZeroPool (sizeof (QUESTION_DEFAULT));
2202 CurrentOption = AllocateZeroPool (sizeof (QUESTION_OPTION));
2260 ParentStatement->BufferValue = AllocateZeroPool (ParentStatement->StorageWidth);
2371 CurrentExpression = AllocateZeroPool (sizeof (FORM_EXPRESSION));