Home
last modified time | relevance | path

Searched refs:MaxLineLength (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c814 UINTN MaxLineLength; in PreProcessDataFile() local
820 MaxLineLength = MAX_LINE_LENGTH; in PreProcessDataFile()
823 PtrLine = AllocatePool (MaxLineLength); in PreProcessDataFile()
831 LineLength = MaxLineLength; in PreProcessDataFile()
865 MaxLineLength = LineLength; in PreProcessDataFile()
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c1031 UINTN MaxLineLength; in PreProcessDataFile() local
1037 MaxLineLength = MAX_LINE_LENGTH; in PreProcessDataFile()
1040 PtrLine = AllocatePool (MaxLineLength); in PreProcessDataFile()
1048 LineLength = MaxLineLength; in PreProcessDataFile()
1082 MaxLineLength = LineLength; in PreProcessDataFile()