XML_PARSE_NOBLANKS 6513 third_party/libxml/src/HTMLparser.c     if (options & XML_PARSE_NOBLANKS) {
XML_PARSE_NOBLANKS 6516 third_party/libxml/src/HTMLparser.c         options -= XML_PARSE_NOBLANKS;
XML_PARSE_NOBLANKS 6517 third_party/libxml/src/HTMLparser.c 	ctxt->options |= XML_PARSE_NOBLANKS;
XML_PARSE_NOBLANKS 14519 third_party/libxml/src/parser.c     if (options & XML_PARSE_NOBLANKS) {
XML_PARSE_NOBLANKS 14522 third_party/libxml/src/parser.c         options -= XML_PARSE_NOBLANKS;
XML_PARSE_NOBLANKS 14523 third_party/libxml/src/parser.c 	ctxt->options |= XML_PARSE_NOBLANKS;
XML_PARSE_NOBLANKS  264 third_party/libxml/src/testapi.c     if (no == 0) return(XML_PARSE_NOBLANKS | XML_PARSE_RECOVER);