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

/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dio1.c4 * purpose: Demonstrate the use of xmlRegisterInputCallbacks
117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) {
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c2244 * xmlRegisterInputCallbacks:
2255 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2311 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2314 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2318 xmlRegisterInputCallbacks(xmlXzfileMatch, xmlXzfileOpen,
2323 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2328 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Dtestlimits.c680 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen,
685 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen,
H A Dtestrecurse.c585 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen,
H A Dlibxml2.syms620 xmlRegisterInputCallbacks;
H A Druntest.c2865 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0)
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
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c2111 * xmlRegisterInputCallbacks:
2122 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, function
2178 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
2181 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen,
2186 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2191 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Dtestrecurse.c589 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen,
H A Dlibxml2.syms620 xmlRegisterInputCallbacks;
H A Druntest.c2869 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0)
H A Delfgcchack.h8321 #undef xmlRegisterInputCallbacks macro
8322 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
8324 #ifndef xmlRegisterInputCallbacks
8325 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
8326 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias macro
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dlibxml.c841 pythonInputCallbackID = xmlRegisterInputCallbacks(

Completed in 485 milliseconds