Searched refs:ptrSection (Results 1 – 2 of 2) sorted by relevance
273 SectionItem->ptrSection = NULL; in ProfileGetSection()283 SectionItem->ptrSection = AllocatePool (Length + 1); in ProfileGetSection()284 if (SectionItem->ptrSection == NULL) { in ProfileGetSection()291 CopyMem (SectionItem->ptrSection, Buffer + 1, Length); in ProfileGetSection()292 *(SectionItem->ptrSection + Length) = '\0'; in ProfileGetSection()371 SectionItem->ptrSection = NULL; in ProfileGetEntry()381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1); in ProfileGetEntry()382 if (SectionItem->ptrSection == NULL) { in ProfileGetEntry()385 CopyMem (SectionItem->ptrSection, PtrSection->ptrSection, PtrSection->SecNameLen + 1); in ProfileGetEntry()451 if (PtrSection->ptrSection != NULL) { in FreeAllList()[all …]
63 CHAR8 *ptrSection; member