Searched refs:xmlSaveFileTo (Results 1 – 8 of 8) sorted by relevance
1206 xmlSaveFileTo (xmlOutputBufferPtr buf,
1023 xmlSaveFileTo;
2616 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { in xmlSaveFileTo() function
9346 #undef xmlSaveFileTo9347 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));9349 #ifndef xmlSaveFileTo9350 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));9351 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro
23174 ret_val = xmlSaveFileTo(buf, cur, (const char *)encoding); in test_xmlSaveFileTo()
1534 d xmlSaveFileTo pr extproc('xmlSaveFileTo')
1609 xmlSaveFileTo
615 c_retval = xmlSaveFileTo(buf, cur, encoding); in libxml_xmlSaveFileTo()