Home
last modified time | relevance | path

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

/external/libxml2/
DparserInternals.c920 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1129 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncodingInt() function
1272 return(xmlSwitchInputEncodingInt(ctxt, input, handler, -1)); in xmlSwitchInputEncoding()
1295 ret = xmlSwitchInputEncodingInt(ctxt, ctxt->input, handler, len); in xmlSwitchToEncodingInt()