Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h310 xmlSwitchInputEncoding (xmlParserCtxtPtr ctxt,
/external/libxml2/
DparserInternals.c1288 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncoding() function
Delfgcchack.h10957 #undef xmlSwitchInputEncoding
10958 extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputE…
10960 #ifndef xmlSwitchInputEncoding
10961 extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibi…
10962 #define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias macro
DxmlIO.c3837 xmlSwitchInputEncoding(ctxt, ret, handler); in xmlCheckHTTPInput()