Home | History | Annotate | Download | only in IniParsingLib

Lines Matching refs:SecNameLen

56   UINTN                           SecNameLen;

592 SectionItem->SecNameLen = Length;
702 SectionItem->SecNameLen = PtrSection->SecNameLen;
709 SectionItem->PtrSection = AllocatePool (PtrSection->SecNameLen + 1);
713 CopyMem (SectionItem->PtrSection, PtrSection->PtrSection, PtrSection->SecNameLen + 1);