Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c304 INI_PARSING_LIB_CONTEXT *IniContext; in DumpIniSection() local
312 IniContext = Context; in DumpIniSection()
313 Section = IniContext->SectionHead; in DumpIniSection()
1155 INI_PARSING_LIB_CONTEXT *IniContext; in OpenIniFile() local
1161 IniContext = AllocateZeroPool(sizeof(INI_PARSING_LIB_CONTEXT)); in OpenIniFile()
1162 if (IniContext == NULL) { in OpenIniFile()
1172 &IniContext->SectionHead, in OpenIniFile()
1173 &IniContext->CommentHead in OpenIniFile()
1176 FreePool(IniContext); in OpenIniFile()
1180 DumpIniSection(IniContext); in OpenIniFile()
[all …]