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

/external/libxml2/
H A DxmlIO.c1839 * xmlIOHTTPMatch:
1847 xmlIOHTTPMatch (const char *filename) { function
2337 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2367 xmlRegisterOutputCallbacks(xmlIOHTTPMatch, xmlIOHTTPDfltOpenW,
2407 xmlRegisterOutputCallbacks(xmlIOHTTPMatch, xmlIOHTTPDfltOpenW,
2781 if (xmlOutputCallbackTable[i].matchcallback == xmlIOHTTPMatch)
2817 if (xmlOutputCallbackTable[i].matchcallback == xmlIOHTTPMatch)
H A Delfgcchack.h4556 #undef xmlIOHTTPMatch macro
4557 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias")));
4559 #ifndef xmlIOHTTPMatch
4560 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden")));
4561 #define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias macro

Completed in 250 milliseconds