Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp15 mSectionLevel = 0; in xml_reader()
469 if (mSectionLevel >= MAX_SECTION_NESTING) in EnterSection()
522 if (mSectionLevel >= MAX_SECTION_NESTING) in EnterTag()
686 if (mSectionLevel > 0) in PopSection()
698 mSectionLevel--; in PopSection()
707 if (mSectionLevel < MAX_SECTION_NESTING) in PushSection()
711 mSectionLevel++; in PushSection()
Dxml_reader.h60 int mSectionLevel; variable