Searched refs:xmlSaveFormatFileEnc (Results 1 - 4 of 4) 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 Dxmllint.c2487 ret = xmlSaveFormatFileEnc(output ? output : "-", doc,
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
/external/libxml2/include/libxml/
H A Dtree.h1164 xmlSaveFormatFileEnc (const char *filename,

Completed in 71 milliseconds