Searched refs:mSectionLevel (Results 1 – 2 of 2) sorted by relevance
15 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()
60 int mSectionLevel; variable