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

/external/libxml2/
H A DxmlIO.c1922 * xmlIOHTTPClose:
1930 xmlIOHTTPClose (void * context) { function
2243 xmlIOHTTPRead, xmlIOHTTPClose);
H A Delfgcchack.h4544 #undef xmlIOHTTPClose macro
4545 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias")));
4547 #ifndef xmlIOHTTPClose
4548 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden")));
4549 #define xmlIOHTTPClose xmlIOHTTPClose__internal_alias macro

Completed in 153 milliseconds