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

/external/libxml2/
H A Dxmlsave.c2390 * xmlDocDumpFormatMemoryEnc:
2405 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, function
2491 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, 0);
2509 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, format);
2527 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len,
H A Delfgcchack.h3030 #undef xmlDocDumpFormatMemoryEnc macro
3031 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
3033 #ifndef xmlDocDumpFormatMemoryEnc
3034 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden")));
3035 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias macro

Completed in 662 milliseconds