Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c284 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
13625 xmlCtxtUseOptionsInternal(ctxt, options, NULL); in xmlParseInNodeContext()
13814 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL); in xmlParseBalancedChunkMemoryRecover()
14094 xmlCtxtUseOptionsInternal(ctxt, options, NULL); in xmlCreateURLParserCtxt()
15021 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) in xmlCtxtUseOptionsInternal() function
15164 return(xmlCtxtUseOptionsInternal(ctxt, options, NULL)); in xmlCtxtUseOptions()
15185 xmlCtxtUseOptionsInternal(ctxt, options, encoding); in xmlDoRead()