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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c112 @param[in] HelpSize pointer to size of allocated HelpText (may be updated)
124 IN UINTN *HelpSize
138 || HelpSize == NULL
211 ASSERT((*HelpText == NULL && *HelpSize == 0) || (*HelpText != NULL));
212 StrnCatGrow (HelpText, HelpSize, TempString, 0);
217 StrnCatGrow (HelpText, HelpSize, L"\r\n", 0);
243 @param[out] HelpSize pointer to size of allocated HelpText (may be updated)
256 OUT UINTN *HelpSize,
270 || HelpSize == NULL
336 ASSERT((*HelpText == NULL && *HelpSize
252 ManFileFindSections( IN SHELL_FILE_HANDLE Handle, IN CONST CHAR16 *Sections, OUT CHAR16 **HelpText, OUT UINTN *HelpSize, IN BOOLEAN Ascii ) argument
584 UINTN HelpSize; local
[all...]

Completed in 46 milliseconds