Searched refs:xmlSaveFormatFileEnc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlsave.c | 2454 xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, in xmlSaveFormatFileEnc() function 2510 return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) ); in xmlSaveFileEnc() 2529 return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) ); in xmlSaveFormatFile() 2544 return(xmlSaveFormatFileEnc(filename, cur, NULL, 0)); in xmlSaveFile()
|
D | elfgcchack.h | 9256 #undef xmlSaveFormatFileEnc 9257 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEn… 9259 #ifndef xmlSaveFormatFileEnc 9260 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility… 9261 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias macro
|
D | xmllint.c | 2487 ret = xmlSaveFormatFileEnc(output ? output : "-", doc, in parseAndPrintFile()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1164 xmlSaveFormatFileEnc (const char *filename,
|