Searched defs:xmlSaveFormatFileEnc (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlsave.c2441 * xmlSaveFormatFileEnc:
2454 xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, function
2510 return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) );
2529 return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) );
2544 return(xmlSaveFormatFileEnc(filename, cur, NULL, 0));
H A Delfgcchack.h9256 #undef xmlSaveFormatFileEnc macro
9257 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
9259 #ifndef xmlSaveFormatFileEnc
9260 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
9261 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias macro

Completed in 102 milliseconds