Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dxml_reader.h5 #define MAX_SECTION_NESTING 40 macro
57 XML_SECTION mSectionStack[MAX_SECTION_NESTING];
Dxml_reader.cpp14 mpSectionStackPtr += MAX_SECTION_NESTING; in xml_reader()
469 if (mSectionLevel >= MAX_SECTION_NESTING) in EnterSection()
522 if (mSectionLevel >= MAX_SECTION_NESTING) in EnterTag()
707 if (mSectionLevel < MAX_SECTION_NESTING) in PushSection()