xmlSaveFormatFileEnc 9256 third_party/libxml/src/elfgcchack.h #undef xmlSaveFormatFileEnc
xmlSaveFormatFileEnc 9257 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
xmlSaveFormatFileEnc 9259 third_party/libxml/src/elfgcchack.h #ifndef xmlSaveFormatFileEnc
xmlSaveFormatFileEnc 9260 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
xmlSaveFormatFileEnc 9261 third_party/libxml/src/elfgcchack.h #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
xmlSaveFormatFileEnc 1165 third_party/libxml/src/include/libxml/tree.h 		xmlSaveFormatFileEnc    (const char *filename,
xmlSaveFormatFileEnc 23086 third_party/libxml/src/testapi.c         ret_val = xmlSaveFormatFileEnc(filename, cur, (const char *)encoding, format);
xmlSaveFormatFileEnc 2615 third_party/libxml/src/xmllint.c 			ret = xmlSaveFormatFileEnc(output ? output : "-", doc,
xmlSaveFormatFileEnc 2509 third_party/libxml/src/xmlsave.c     return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) );
xmlSaveFormatFileEnc 2528 third_party/libxml/src/xmlsave.c     return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) );
xmlSaveFormatFileEnc 2543 third_party/libxml/src/xmlsave.c     return(xmlSaveFormatFileEnc(filename, cur, NULL, 0));