Searched refs:mSection (Results 1 – 2 of 2) sorted by relevance
39 mSection.start = mpBuffer; in ReadFile()40 mSection.end = mpBuffer + size - 1; in ReadFile()43 mSection.string = NULL; in ReadFile()58 mSection.start = mpBuffer; in ReadFile()59 mSection.end = mpBuffer + size - 1; in ReadFile()62 mSection.string = NULL; in ReadFile()73 if (mSection.string) in ReadBool()75 if (strcmp(mSection.string, "TRUE") == 0 || in ReadBool()76 strcmp(mSection.string, "true") == 0) in ReadBool()95 if (mSection.string) in ReadInt()[all …]
59 XML_SECTION mSection; variable