XML_PARSE_NODICT 264 third_party/libxml/src/debugXML.c ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) { XML_PARSE_NODICT 13068 third_party/libxml/src/parser.c options |= XML_PARSE_NODICT; XML_PARSE_NODICT 13272 third_party/libxml/src/parser.c xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL); XML_PARSE_NODICT 14556 third_party/libxml/src/parser.c if (options & XML_PARSE_NODICT) { XML_PARSE_NODICT 14558 third_party/libxml/src/parser.c options -= XML_PARSE_NODICT; XML_PARSE_NODICT 14559 third_party/libxml/src/parser.c ctxt->options |= XML_PARSE_NODICT; XML_PARSE_NODICT 267 third_party/libxml/src/testapi.c if (no == 3) return(XML_PARSE_XINCLUDE | XML_PARSE_NODICT); XML_PARSE_NODICT 3130 third_party/libxml/src/xmllint.c options |= XML_PARSE_NODICT;