Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h1207 xmlSaveFileTo (xmlOutputBufferPtr buf,
/external/libxml2/
Dlibxml2.syms1023 xmlSaveFileTo;
Dxmlsave.c2566 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { in xmlSaveFileTo() function
Dtestapi.c23078 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.src1611 xmlSaveFileTo
/external/libxml2/python/
Dlibxml.c616 c_retval = xmlSaveFileTo(buf, cur, encoding); in libxml_xmlSaveFileTo()