Searched refs:xmlDocDumpFormatMemoryEnc (Results 1 - 6 of 6) 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 Dxmllint.c2461 xmlDocDumpFormatMemoryEnc(doc, &result, &len, encoding, 1);
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
H A Dtestapi.c19794 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format);
19803 printf("Leak of %d blocks found in xmlDocDumpFormatMemoryEnc",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h1093 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc,
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c2773 xmlDocDumpFormatMemoryEnc(doc, &c_retval, &len,

Completed in 317 milliseconds