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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2063 * xmlRegisterInputCallbacks:
2074 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2130 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2133 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2138 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2143 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Delfgcchack.h8241 #undef xmlRegisterInputCallbacks macro
8242 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
8244 #ifndef xmlRegisterInputCallbacks
8245 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
8246 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias macro

Completed in 97 milliseconds