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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c2024 * xmlDocDumpFormatMemoryEnc:
2039 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, function
2124 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, 0);
2142 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, format);
2160 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len,
H A Delfgcchack.h2926 #undef xmlDocDumpFormatMemoryEnc macro
2927 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
2929 #ifndef xmlDocDumpFormatMemoryEnc
2930 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden")));
2931 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias macro

Completed in 313 milliseconds