xmlCtxtUseOptionsInternal  215 third_party/libxml/src/parser.c xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
xmlCtxtUseOptionsInternal 13085 third_party/libxml/src/parser.c     xmlCtxtUseOptionsInternal(ctxt, options, NULL);
xmlCtxtUseOptionsInternal 13272 third_party/libxml/src/parser.c 	xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL);
xmlCtxtUseOptionsInternal 13546 third_party/libxml/src/parser.c 	xmlCtxtUseOptionsInternal(ctxt, options, NULL);
xmlCtxtUseOptionsInternal 14613 third_party/libxml/src/parser.c    return(xmlCtxtUseOptionsInternal(ctxt, options, NULL));
xmlCtxtUseOptionsInternal 14634 third_party/libxml/src/parser.c     xmlCtxtUseOptionsInternal(ctxt, options, encoding);