Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c323 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
13582 xmlCtxtUseOptionsInternal(ctxt, options, NULL); in xmlParseInNodeContext()
13771 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL); in xmlParseBalancedChunkMemoryRecover()
14058 xmlCtxtUseOptionsInternal(ctxt, options, NULL); in xmlCreateURLParserCtxt()
14992 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal() function
15135 return(xmlCtxtUseOptionsInternal(ctxt, options, NULL)); in xmlCtxtUseOptions()
15156 xmlCtxtUseOptionsInternal(ctxt, options, encoding); in xmlDoRead()