Searched refs:SecNameLen (Results 1 – 3 of 3) sorted by relevance
56 UINTN SecNameLen; member592 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()
274 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()
64 UINTN SecNameLen; member