Searched refs:PtrValue (Results 1 – 5 of 5) sorted by relevance
58 CHAR8 *PtrValue; member324 if (PtrSection->PtrValue != NULL) { in DumpIniSection()325 DEBUG((DEBUG_VERBOSE, " Value - %a\n", PtrSection->PtrValue)); in DumpIniSection()594 SectionItem->PtrValue = NULL; in ProfileGetSection()701 SectionItem->PtrValue = NULL; in ProfileGetEntry()767 SectionItem->PtrValue = AllocatePool (Length + 1); in ProfileGetEntry()768 if (SectionItem->PtrValue == NULL) { in ProfileGetEntry()773 CopyMem (SectionItem->PtrValue, Buffer, Length); in ProfileGetEntry()774 *(SectionItem->PtrValue + Length) = '\0'; in ProfileGetEntry()804 if (PtrSection->PtrValue != NULL) { in FreeAllList()[all …]
350 PtrValue = ValueRe.findall(line)354 if len(PtrValue) >= 1:362 ValueList[4] = PtrValue[0]
1562 PtrValue = ValueRe.findall(Setting)1566 if len(PtrValue) >= 1:1574 ValueList[0] = PtrValue[0]1608 PtrValue = ValueRe.findall(Setting)1612 if len(PtrValue) >= 1:1620 ValueList[2] = PtrValue[0]
1847 PtrValue = ValueRe.findall(TokenList[1])1850 if len(PtrValue) != 0:1853 ValueList[0] = PtrValue[0]
1755 PtrValue = ValueRe.findall(TokenList[1])1758 if len(PtrValue) != 0:1761 ValueList[0] = PtrValue[0]