Searched refs:PtrSection (Results 1 – 2 of 2) sorted by relevance
55 CHAR8 *PtrSection; member305 SECTION_ITEM *PtrSection; in DumpIniSection() local316 PtrSection = Section; in DumpIniSection()318 if (PtrSection->PtrSection != NULL) { in DumpIniSection()319 DEBUG((DEBUG_VERBOSE, "Section - %a\n", PtrSection->PtrSection)); in DumpIniSection()321 if (PtrSection->PtrEntry != NULL) { in DumpIniSection()322 DEBUG ((DEBUG_VERBOSE, " Entry - %a\n", PtrSection->PtrEntry)); in DumpIniSection()324 if (PtrSection->PtrValue != NULL) { in DumpIniSection()325 DEBUG((DEBUG_VERBOSE, " Value - %a\n", PtrSection->PtrValue)); in DumpIniSection()591 SectionItem->PtrSection = NULL; in ProfileGetSection()[all …]
317 SECTION_ITEM *PtrSection; in ProfileGetEntry() local364 PtrSection = *SectionHead; in ProfileGetEntry()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()442 SECTION_ITEM *PtrSection; in FreeAllList() local446 PtrSection = Section; in FreeAllList()448 if (PtrSection->ptrEntry != NULL) { in FreeAllList()449 FreePool (PtrSection->ptrEntry); in FreeAllList()451 if (PtrSection->ptrSection != NULL) { in FreeAllList()[all …]