Searched refs:xmlSaveToBuffer (Results 1 – 7 of 7) sorted by relevance
59 d xmlSaveToBuffer...60 d pr extproc('xmlSaveToBuffer')
54 xmlSaveToBuffer (xmlBufferPtr buffer,
2132 xmlSaveToBuffer;# suppressed in 2.6.11, readded in 2.6.23
1861 xmlSaveToBuffer(xmlBufferPtr buffer, const char *encoding, int options) in xmlSaveToBuffer() function
9430 #undef xmlSaveToBuffer9431 extern __typeof (xmlSaveToBuffer) xmlSaveToBuffer __attribute((alias("xmlSaveToBuffer__internal_ali…9433 #ifndef xmlSaveToBuffer9434 extern __typeof (xmlSaveToBuffer) xmlSaveToBuffer__internal_alias __attribute((visibility("hidden")…9435 #define xmlSaveToBuffer xmlSaveToBuffer__internal_alias macro
1616 xmlSaveToBuffer
2992 ctxt = xmlSaveToBuffer(buf, encoding, options); in libxml_serializeNode()