Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c57 CHAR8 *PtrEntry; member
321 if (PtrSection->PtrEntry != NULL) { in DumpIniSection()
322 DEBUG ((DEBUG_VERBOSE, " Entry - %a\n", PtrSection->PtrEntry)); in DumpIniSection()
593 SectionItem->PtrEntry = NULL; in ProfileGetSection()
700 SectionItem->PtrEntry = NULL; in ProfileGetEntry()
718 SectionItem->PtrEntry = AllocatePool (Length + 1); in ProfileGetEntry()
719 if (SectionItem->PtrEntry == NULL) { in ProfileGetEntry()
723 CopyMem (SectionItem->PtrEntry, Buffer, Length); in ProfileGetEntry()
724 *(SectionItem->PtrEntry + Length) = '\0'; in ProfileGetEntry()
739 FreePool(SectionItem->PtrEntry); in ProfileGetEntry()
[all …]