Searched refs:xmlSaveFormatFileEnc (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/doc/tutorial/ |
D | includeconvert.c | 70 xmlSaveFormatFileEnc("-", doc, encoding, 1);
|
/external/libxml2/doc/examples/ |
D | tree2.c | 96 xmlSaveFormatFileEnc(argc > 1 ? argv[1] : "-", doc, "UTF-8", 1); in main()
|
/external/libxml2/ |
D | xmlsave.c | 2692 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()
|
D | libxml2.syms | 1025 xmlSaveFormatFileEnc;
|
D | elfgcchack.h | 9382 #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
|
D | xmllint.c | 2655 ret = xmlSaveFormatFileEnc(output ? output : "-", doc, in parseAndPrintFile()
|
D | ChangeLog | 11849 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc 14703 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
|
D | testapi.c | 23275 ret_val = xmlSaveFormatFileEnc(filename, cur, (const char *)encoding, format); in test_xmlSaveFormatFileEnc()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1223 xmlSaveFormatFileEnc (const char *filename,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1557 d xmlSaveFormatFileEnc... 1558 d pr extproc('xmlSaveFormatFileEnc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1612 xmlSaveFormatFileEnc
|