Searched refs:XML_PARSE_NODICT (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1091 XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ enumerator in enum:__anon17043
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c12126 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
12135 options |= XML_PARSE_NODICT;
12315 xmlCtxtUseOptions(ctxt, XML_PARSE_NODICT);
13541 if (options & XML_PARSE_NODICT) {
13543 options -= XML_PARSE_NODICT;
H A Dxmllint.c2984 options |= XML_PARSE_NODICT;
H A Dtestapi.c267 if (no == 3) return(XML_PARSE_XINCLUDE | XML_PARSE_NODICT);
[all...]

Completed in 1637 milliseconds