Home
last modified time | relevance | path

Searched refs:mSection (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp39 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 …]
Dxml_reader.h59 XML_SECTION mSection; variable