Searched refs:xmlSaveFileTo (Results 1 – 8 of 8) sorted by relevance
1206 xmlSaveFileTo (xmlOutputBufferPtr buf,
1023 xmlSaveFileTo;
2555 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { in xmlSaveFileTo() function
9356 #undef xmlSaveFileTo9357 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));9359 #ifndef xmlSaveFileTo9360 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));9361 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro
23282 ret_val = xmlSaveFileTo(buf, cur, (const char *)encoding); in test_xmlSaveFileTo()
1534 d xmlSaveFileTo pr extproc('xmlSaveFileTo')
1610 xmlSaveFileTo
616 c_retval = xmlSaveFileTo(buf, cur, encoding); in libxml_xmlSaveFileTo()