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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1818 * xmlIOHTTPClose:
1826 xmlIOHTTPClose (void * context) { function
2139 xmlIOHTTPRead, xmlIOHTTPClose);
H A Delfgcchack.h4428 #undef xmlIOHTTPClose macro
4429 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias")));
4431 #ifndef xmlIOHTTPClose
4432 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden")));
4433 #define xmlIOHTTPClose xmlIOHTTPClose__internal_alias macro

Completed in 152 milliseconds