Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h1206 xmlSaveFileTo (xmlOutputBufferPtr buf,
/external/libxml2/
Dlibxml2.syms1023 xmlSaveFileTo;
Dxmlsave.c2611 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { in xmlSaveFileTo() function
Delfgcchack.h9346 #undef xmlSaveFileTo
9347 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
9349 #ifndef xmlSaveFileTo
9350 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
9351 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro
Dtestapi.c23309 ret_val = xmlSaveFileTo(buf, cur, (const char *)encoding); in test_xmlSaveFileTo()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1534 d xmlSaveFileTo pr extproc('xmlSaveFileTo')
/external/libxml2/win32/
Dlibxml2.def.src1609 xmlSaveFileTo
/external/libxml2/python/
Dlibxml.c615 c_retval = xmlSaveFileTo(buf, cur, encoding); in libxml_xmlSaveFileTo()