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

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dparser.h1102 XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ enumerator in enum:__anon9573
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h1099 XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ enumerator in enum:__anon11854
/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c13592 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
13601 options |= XML_PARSE_NODICT;
13805 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL);
15082 if (options & XML_PARSE_NODICT) {
15084 options -= XML_PARSE_NODICT;
15085 ctxt->options |= XML_PARSE_NODICT;
H A DdebugXML.c264 ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) {
H A Dxmllint.c3158 options |= XML_PARSE_NODICT;
H A Dtestapi.c263 if (no == 3) return(XML_PARSE_XINCLUDE | XML_PARSE_NODICT);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c12898 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
12907 options |= XML_PARSE_NODICT;
13111 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL);
14395 if (options & XML_PARSE_NODICT) {
14397 options -= XML_PARSE_NODICT;
14398 ctxt->options |= XML_PARSE_NODICT;
H A DdebugXML.c264 ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) {
H A Dxmllint.c3130 options |= XML_PARSE_NODICT;
H A Dtestapi.c267 if (no == 3) return(XML_PARSE_XINCLUDE | XML_PARSE_NODICT);
[all...]

Completed in 602 milliseconds