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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2090 * xmlRegisterOutputCallbacks:
2101 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, function
2164 xmlRegisterOutputCallbacks(xmlFileMatch, xmlFileOpenW,
2168 xmlRegisterOutputCallbacks(xmlIOHTTPMatch, xmlIOHTTPDfltOpenW,
2178 xmlRegisterOutputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2184 xmlRegisterOutputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
2208 xmlRegisterOutputCallbacks(xmlIOHTTPMatch, xmlIOHTTPDfltOpenW,
H A Delfgcchack.h8262 #undef xmlRegisterOutputCallbacks macro
8263 extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
8265 #ifndef xmlRegisterOutputCallbacks
8266 extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden")));
8267 #define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias macro

Completed in 97 milliseconds