Searched refs:XML_PARSE_COMPACT (Results 1 – 5 of 5) sorted by relevance
1103 XML_PARSE_COMPACT = 1<<16,/* compact small text nodes; no modification of enumerator
212 static int options = XML_PARSE_COMPACT;3424 options &= ~XML_PARSE_COMPACT; in main()
1836 (ctxt->options & XML_PARSE_COMPACT)) { in xmlSAX2TextNode()
14568 if (options & XML_PARSE_COMPACT) { in xmlCtxtUseOptionsInternal()14569 ctxt->options |= XML_PARSE_COMPACT; in xmlCtxtUseOptionsInternal()14570 options -= XML_PARSE_COMPACT; in xmlCtxtUseOptionsInternal()
4950 options |= XML_PARSE_COMPACT; in xmlTextReaderSetup()