Searched refs:xmlRegisterInputCallbacks (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/doc/examples/ |
D | io1.c | 117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) { in main()
|
/external/cronet/third_party/libxml/src/include/libxml/ |
D | xmlIO.h | 206 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
|
/external/libxml2/include/libxml/ |
D | xmlIO.h | 206 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
|
/external/cronet/third_party/libxml/src/ |
D | xmlIO.c | 2177 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()
|
D | testlimits.c | 672 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2() 677 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen, in initializeLibxml2()
|
D | testrecurse.c | 640 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
|
D | runtest.c | 3364 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
|
D | NEWS | 3659 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
|
/external/libxml2/ |
D | xmlIO.c | 2177 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()
|
D | testlimits.c | 672 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2() 677 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen, in initializeLibxml2()
|
D | testrecurse.c | 640 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
|
D | runtest.c | 3364 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
|
D | NEWS | 3659 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 244 d xmlRegisterInputCallbacks... 245 d pr extproc('xmlRegisterInputCallbacks')
|
/external/libxml2/python/ |
D | libxml.c | 821 pythonInputCallbackID = xmlRegisterInputCallbacks( in libxml_xmlRegisterInputCallback()
|