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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c131 UINTN SectionLen; local
188 SectionLen = StrLen(SectionName);
193 if (*(SectionName + SectionLen) == CHAR_NULL || *(SectionName + SectionLen) == L',') {
265 UINTN SectionLen; local
323 SectionLen = StrLen(SectionName);
328 if (*(SectionName + SectionLen) == CHAR_NULL || *(SectionName + SectionLen) == L',') {

Completed in 50 milliseconds