XML_PARSE_SAX1    264 third_party/libxml/src/debugXML.c              ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) {
XML_PARSE_SAX1   14546 third_party/libxml/src/parser.c     if (options & XML_PARSE_SAX1) {
XML_PARSE_SAX1   14552 third_party/libxml/src/parser.c         options -= XML_PARSE_SAX1;
XML_PARSE_SAX1   14553 third_party/libxml/src/parser.c 	ctxt->options |= XML_PARSE_SAX1;
XML_PARSE_SAX1   1694 third_party/libxml/src/runtest.c     if (options & XML_PARSE_SAX1) {
XML_PARSE_SAX1   4178 third_party/libxml/src/runtest.c       XML_PARSE_SAX1 },
XML_PARSE_SAX1    268 third_party/libxml/src/testapi.c     return(XML_PARSE_SAX1);
XML_PARSE_SAX1   3348 third_party/libxml/src/xmllint.c 	    options |= XML_PARSE_SAX1;