Home
last modified time | relevance | path

Searched refs:SecNameLen (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c56 UINTN SecNameLen; member
592 SectionItem->SecNameLen = Length; in ProfileGetSection()
702 SectionItem->SecNameLen = PtrSection->SecNameLen; in ProfileGetEntry()
709 SectionItem->PtrSection = AllocatePool (PtrSection->SecNameLen + 1); in ProfileGetEntry()
713 CopyMem (SectionItem->PtrSection, PtrSection->PtrSection, PtrSection->SecNameLen + 1); in ProfileGetEntry()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c274 SectionItem->SecNameLen = Length; in ProfileGetSection()
374 SectionItem->SecNameLen = PtrSection->SecNameLen; in ProfileGetEntry()
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1); in ProfileGetEntry()
385 CopyMem (SectionItem->ptrSection, PtrSection->ptrSection, PtrSection->SecNameLen + 1); in ProfileGetEntry()
DUpdateDriver.h64 UINTN SecNameLen; member