XML_PARSE_COMPACT 1836 third_party/libxml/src/SAX2.c 	    (ctxt->options & XML_PARSE_COMPACT)) {
XML_PARSE_COMPACT 14576 third_party/libxml/src/parser.c     if (options & XML_PARSE_COMPACT) {
XML_PARSE_COMPACT 14577 third_party/libxml/src/parser.c 	ctxt->options |= XML_PARSE_COMPACT;
XML_PARSE_COMPACT 14578 third_party/libxml/src/parser.c         options -= XML_PARSE_COMPACT;
XML_PARSE_COMPACT 4358 third_party/libxml/src/runtest.c 		                tst->options | XML_PARSE_COMPACT);
XML_PARSE_COMPACT  181 third_party/libxml/src/testXPath.c 	    document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
XML_PARSE_COMPACT  183 third_party/libxml/src/testXPath.c 	    document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
XML_PARSE_COMPACT  208 third_party/libxml/src/xmllint.c static int options = XML_PARSE_COMPACT;
XML_PARSE_COMPACT 3384 third_party/libxml/src/xmllint.c 	    options &= ~XML_PARSE_COMPACT;
XML_PARSE_COMPACT 4944 third_party/libxml/src/xmlreader.c     options |= XML_PARSE_COMPACT;