Home | History | Annotate | Download | only in Shell

Lines Matching refs:AllocateZeroPool

526     TempString  = AllocateZeroPool(Size);

1079 FileStringPath = AllocateZeroPool(NewSize);
1217 CmdLine = AllocateZeroPool (BufferSize);
1275 BufferListEntry = AllocateZeroPool(sizeof(BUFFER_LIST));
1336 Node = AllocateZeroPool(sizeof(BUFFER_LIST));
1543 NewCommandLine2 = AllocateZeroPool(NewSize);
1544 AllocateZeroPool(ItemSize+(2*sizeof(CHAR16)));
1666 Split = AllocateZeroPool(sizeof(SPLIT_LIST));
1920 FirstParameter = AllocateZeroPool(StrSize(CmdLine));
2085 CurrentParameter = AllocateZeroPool(StrSize(*CmdLine));
2097 NewCommandLine = AllocateZeroPool(NewCmdLineSize);
2577 FirstParameter = AllocateZeroPool(StrSize(CleanOriginal));
2704 NewScriptFile = (SCRIPT_FILE*)AllocateZeroPool(sizeof(SCRIPT_FILE));
2724 NewScriptFile->Argv = (CHAR16**)AllocateZeroPool(NewScriptFile->Argc * sizeof(CHAR16*));
2755 NewScriptFile->CurrentCommand = AllocateZeroPool(sizeof(SCRIPT_COMMAND_LIST));
2777 CommandLine = AllocateZeroPool(PrintBuffSize);
2782 CommandLine2 = AllocateZeroPool(PrintBuffSize);