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

/external/libxml2/
H A DxmlIO.c1828 xmlOutputBufferClose( ctxt->doc_buff );
2587 * xmlOutputBufferClose:
2596 xmlOutputBufferClose(xmlOutputBufferPtr out) function
H A Delfgcchack.h6768 #undef xmlOutputBufferClose macro
6769 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
6771 #ifndef xmlOutputBufferClose
6772 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
6773 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias macro

Completed in 127 milliseconds