Home
last modified time | relevance | path

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

/external/libxml2/doc/examples/
Dio1.c117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) { in main()
/external/cronet/third_party/libxml/src/include/libxml/
DxmlIO.h206 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/external/libxml2/include/libxml/
DxmlIO.h206 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/external/cronet/third_party/libxml/src/
DxmlIO.c2177 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks() function
2229 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen, in xmlRegisterDefaultInputCallbacks()
2232 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen, in xmlRegisterDefaultInputCallbacks()
2236 xmlRegisterInputCallbacks(xmlXzfileMatch, xmlXzfileOpen, in xmlRegisterDefaultInputCallbacks()
2241 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen, in xmlRegisterDefaultInputCallbacks()
2246 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen, in xmlRegisterDefaultInputCallbacks()
Dtestlimits.c672 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
677 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen, in initializeLibxml2()
Dtestrecurse.c640 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
Druntest.c3364 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
DNEWS3659 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
/external/libxml2/
DxmlIO.c2177 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks() function
2229 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen, in xmlRegisterDefaultInputCallbacks()
2232 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen, in xmlRegisterDefaultInputCallbacks()
2236 xmlRegisterInputCallbacks(xmlXzfileMatch, xmlXzfileOpen, in xmlRegisterDefaultInputCallbacks()
2241 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen, in xmlRegisterDefaultInputCallbacks()
2246 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen, in xmlRegisterDefaultInputCallbacks()
Dtestlimits.c672 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
677 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen, in initializeLibxml2()
Dtestrecurse.c640 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
Druntest.c3364 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
DNEWS3659 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle244 d xmlRegisterInputCallbacks...
245 d pr extproc('xmlRegisterInputCallbacks')
/external/libxml2/python/
Dlibxml.c821 pythonInputCallbackID = xmlRegisterInputCallbacks( in libxml_xmlRegisterInputCallback()