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

/external/libxml2/
H A DxmlIO.c2258 * xmlRegisterInputCallbacks:
2269 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2325 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2328 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2332 xmlRegisterInputCallbacks(xmlXzfileMatch, xmlXzfileOpen,
2337 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2342 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Delfgcchack.h8447 #undef xmlRegisterInputCallbacks macro
8448 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
8450 #ifndef xmlRegisterInputCallbacks
8451 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
8452 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias macro

Completed in 88 milliseconds