Home
last modified time | relevance | path

Searched refs:xmlRegisterInputCallbacks (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/doc/examples/
Dio1.c117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) { in main()
/external/libxml2/include/libxml/
DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/external/libxml2/
DxmlIO.c2178 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks() function
2230 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen, in xmlRegisterDefaultInputCallbacks()
2233 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen, in xmlRegisterDefaultInputCallbacks()
2237 xmlRegisterInputCallbacks(xmlXzfileMatch, xmlXzfileOpen, in xmlRegisterDefaultInputCallbacks()
2242 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen, in xmlRegisterDefaultInputCallbacks()
2247 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen, in xmlRegisterDefaultInputCallbacks()
Dtestlimits.c677 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
682 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen, in initializeLibxml2()
Dtestrecurse.c585 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
DTODO162 xmlRegisterInputCallbacks()
Dlibxml2.syms620 xmlRegisterInputCallbacks;
Delfgcchack.h8447 #undef xmlRegisterInputCallbacks
8448 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegist…
8450 #ifndef xmlRegisterInputCallbacks
8451 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((…
8452 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias macro
Druntest.c2949 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
DNEWS2482 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
DChangeLog18565 overload or added input methods: xmlRegisterInputCallbacks()
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle244 d xmlRegisterInputCallbacks...
245 d pr extproc('xmlRegisterInputCallbacks')
/external/libxml2/win32/
Dlibxml2.def.src1480 xmlRegisterInputCallbacks
/external/libxml2/python/
Dlibxml.c841 pythonInputCallbackID = xmlRegisterInputCallbacks( in libxml_xmlRegisterInputCallback()