Lines Matching full:xmlctxtuseoptionsinternal
211 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
12771 xmlCtxtUseOptionsInternal(ctxt, options, NULL);
12951 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL);
13200 xmlCtxtUseOptionsInternal(ctxt, options, NULL);
14111 * xmlCtxtUseOptionsInternal:
14122 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding)
14255 return(xmlCtxtUseOptionsInternal(ctxt, options, NULL));
14276 xmlCtxtUseOptionsInternal(ctxt, options, encoding);