Searched refs:XML_COMPILE_PARSE_VALUES (Results 1 – 3 of 3) sorted by relevance
26 XML_COMPILE_PARSE_VALUES = 1 << 2, enumerator33 XML_COMPILE_STRIP_COMMENTS | XML_COMPILE_ASSIGN_ATTRIBUTE_IDS | XML_COMPILE_PARSE_VALUES
1546 int xmlCompilationFlags = xmlFlags | XML_COMPILE_PARSE_VALUES in buildResources()1550 xmlCompilationFlags &= ~XML_COMPILE_PARSE_VALUES; in buildResources()
103 if ((options&XML_COMPILE_PARSE_VALUES) != 0) { in compileXmlFile()