Home
last modified time | relevance | path

Searched refs:XML_PARSE_IGNORE_ENC (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/include/libxml/
Dparser.h1115 XML_PARSE_IGNORE_ENC= 1<<21,/* ignore internal document encoding hint */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h1142 XML_PARSE_IGNORE_ENC= 1<<21,/* ignore internal document encoding hint */ enumerator
Dparser.c10307 if (ctxt->options & XML_PARSE_IGNORE_ENC) { in xmlParseEncodingDecl()
15168 if (options & XML_PARSE_IGNORE_ENC) { in xmlCtxtUseOptionsInternal()
15169 ctxt->options |= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
15170 options -= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1262 d XML_PARSE_IGNORE_ENC... No int doc code hint
/third_party/libxml2/
Dxmllint.c3232 options |= XML_PARSE_IGNORE_ENC; in main()
Dparser.c10399 if (ctxt->options & XML_PARSE_IGNORE_ENC) { in xmlParseEncodingDecl()
15122 if (options & XML_PARSE_IGNORE_ENC) { in xmlCtxtUseOptionsInternal()
15123 ctxt->options |= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
15124 options -= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
DNEWS945 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),