Home | History | Annotate | Download | only in Shell

Lines Matching refs:AllocateZeroPool

552     TempString  = AllocateZeroPool(Size);

1126 FileStringPath = AllocateZeroPool(NewSize);
1263 CmdLine = AllocateZeroPool (BufferSize);
1320 BufferListEntry = AllocateZeroPool (sizeof (BUFFER_LIST));
1383 Node = AllocateZeroPool(sizeof(BUFFER_LIST));
1593 NewCommandLine2 = AllocateZeroPool(NewSize);
1594 ItemTemp = AllocateZeroPool(ItemSize+(2*sizeof(CHAR16)));
1715 Split = AllocateZeroPool(sizeof(SPLIT_LIST));
1968 FirstParameter = AllocateZeroPool(StrSize(CmdLine));
2129 CurrentParameter = AllocateZeroPool(StrSize(*CmdLine));
2141 NewCommandLine = AllocateZeroPool(NewCmdLineSize);
2621 FirstParameter = AllocateZeroPool(StrSize(CleanOriginal));
2745 NewScriptFile = (SCRIPT_FILE*)AllocateZeroPool(sizeof(SCRIPT_FILE));
2765 NewScriptFile->Argv = (CHAR16**)AllocateZeroPool(NewScriptFile->Argc * sizeof(CHAR16*));
2796 NewScriptFile->CurrentCommand = AllocateZeroPool(sizeof(SCRIPT_COMMAND_LIST));
2818 CommandLine = AllocateZeroPool(PrintBuffSize);
2823 CommandLine2 = AllocateZeroPool(PrintBuffSize);