Searched defs:xmlSaveFormatFileEnc (Results 1 - 2 of 2) sorted by relevance
/external/libxml2/ |
H A D | xmlsave.c | 2514 * xmlSaveFormatFileEnc: 2527 xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, function 2583 return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) ); 2602 return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) ); 2617 return(xmlSaveFormatFileEnc(filename, cur, NULL, 0));
|
H A D | elfgcchack.h | 9256 #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 79 milliseconds