Searched refs:xmlRegisterInputCallbacks (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dio1.c4 * purpose: Demonstrate the use of xmlRegisterInputCallbacks
117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.in.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
H A DxmlIO.c2050 * xmlRegisterInputCallbacks:
2061 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2117 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2120 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2125 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2130 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.in.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
H A DxmlIO.c2050 * xmlRegisterInputCallbacks:
2061 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2117 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2120 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2125 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2130 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c2066 * xmlRegisterInputCallbacks:
2077 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2133 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2136 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2141 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2146 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Dtestrecurse.c589 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen,
H A Druntest.c2851 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0)
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 203 milliseconds