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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c211 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
12745 xmlCtxtUseOptionsInternal(ctxt, options, NULL);
12925 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL);
13174 xmlCtxtUseOptionsInternal(ctxt, options, NULL);
14085 * xmlCtxtUseOptionsInternal:
14096 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options, const char *encoding) function
14225 return(xmlCtxtUseOptionsInternal(ctxt, options, NULL));
14246 xmlCtxtUseOptionsInternal(ctxt, options, encoding);

Completed in 104 milliseconds