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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1633 xmlOutputBufferClose( ctxt->doc_buff );
2326 * xmlOutputBufferClose:
2335 xmlOutputBufferClose(xmlOutputBufferPtr out) function
H A Delfgcchack.h6598 #undef xmlOutputBufferClose macro
6599 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
6601 #ifndef xmlOutputBufferClose
6602 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
6603 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias macro

Completed in 142 milliseconds