Home
last modified time | relevance | path

Searched refs:xmlSaveFormatFileEnc (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/doc/tutorial/
Dincludeconvert.c70 xmlSaveFormatFileEnc("-", doc, encoding, 1);
/external/libxml2/doc/examples/
Dtree2.c96 xmlSaveFormatFileEnc(argc > 1 ? argv[1] : "-", doc, "UTF-8", 1); in main()
/external/libxml2/
Dxmlsave.c2692 xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, in xmlSaveFormatFileEnc() function
2748 return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) ); in xmlSaveFileEnc()
2767 return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) ); in xmlSaveFormatFile()
2782 return(xmlSaveFormatFileEnc(filename, cur, NULL, 0)); in xmlSaveFile()
Dlibxml2.syms1025 xmlSaveFormatFileEnc;
Delfgcchack.h9382 #undef xmlSaveFormatFileEnc
9383 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEn…
9385 #ifndef xmlSaveFormatFileEnc
9386 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility…
9387 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias macro
Dxmllint.c2655 ret = xmlSaveFormatFileEnc(output ? output : "-", doc, in parseAndPrintFile()
DChangeLog11849 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
14703 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
Dtestapi.c23275 ret_val = xmlSaveFormatFileEnc(filename, cur, (const char *)encoding, format); in test_xmlSaveFormatFileEnc()
/external/libxml2/include/libxml/
Dtree.h1223 xmlSaveFormatFileEnc (const char *filename,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1557 d xmlSaveFormatFileEnc...
1558 d pr extproc('xmlSaveFormatFileEnc')
/external/libxml2/win32/
Dlibxml2.def.src1612 xmlSaveFormatFileEnc