Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c2454 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()
Delfgcchack.h9256 #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
Dxmllint.c2487 ret = xmlSaveFormatFileEnc(output ? output : "-", doc, in parseAndPrintFile()
/external/libxml2/include/libxml/
Dtree.h1164 xmlSaveFormatFileEnc (const char *filename,