Searched refs:SpareStrLen (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c345 Storage->SpareStrLen = 0;
419 if (StrLen > Storage->SpareStrLen) {
431 Storage->SpareStrLen = CONFIG_REQUEST_STRING_INCREMENTAL;
436 Storage->SpareStrLen -= StrLen;
460 ConfigInfo->SpareStrLen = 0;
468 if (StrLen > ConfigInfo->SpareStrLen) {
480 ConfigInfo->SpareStrLen = CONFIG_REQUEST_STRING_INCREMENTAL;
485 ConfigInfo->SpareStrLen -= StrLen;
H A DSetup.h241 UINTN SpareStrLen; // Spare length of ConfigRequest string buffer member in struct:__anon11272
430 UINTN SpareStrLen; member in struct:__anon11282

Completed in 60 milliseconds