Searched defs:xmlDocDumpFormatMemoryEnc (Results 1 - 2 of 2) sorted by relevance
/external/libxml2/ |
H A D | xmlsave.c | 2230 * xmlDocDumpFormatMemoryEnc: 2245 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, function 2331 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, 0); 2349 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, format); 2367 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len,
|
H A D | elfgcchack.h | 2938 #undef xmlDocDumpFormatMemoryEnc macro 2939 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias"))); 2941 #ifndef xmlDocDumpFormatMemoryEnc 2942 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden"))); 2943 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias macro
|
Completed in 122 milliseconds