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

/external/libxml2/
H A DxmlIO.c1803 xmlOutputBufferClose( ctxt->doc_buff );
2565 * xmlOutputBufferClose:
2574 xmlOutputBufferClose(xmlOutputBufferPtr out) function
H A Delfgcchack.h6666 #undef xmlOutputBufferClose macro
6667 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
6669 #ifndef xmlOutputBufferClose
6670 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
6671 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias macro

Completed in 123 milliseconds