Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp13 mpSectionStackPtr = mSectionStack; in xml_reader()
14 mpSectionStackPtr += MAX_SECTION_NESTING; in xml_reader()
696 mSection = *mpSectionStackPtr; in PopSection()
697 mpSectionStackPtr++; in PopSection()
709 mpSectionStackPtr--; in PushSection()
710 *mpSectionStackPtr = mSection; in PushSection()
Dxml_reader.h58 XML_SECTION *mpSectionStackPtr; variable