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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c2304 * xmlSaveFormatFileEnc:
2317 xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, function
2372 return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) );
2391 return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) );
2406 return(xmlSaveFormatFileEnc(filename, cur, NULL, 0));
H A Delfgcchack.h9176 #undef xmlSaveFormatFileEnc macro
9177 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
9179 #ifndef xmlSaveFormatFileEnc
9180 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
9181 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias macro

Completed in 72 milliseconds