Searched refs:xmlRegisterInputCallbacks (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/doc/examples/ |
D | io1.c | 117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) { in main()
|
/external/libxml2/include/libxml/ |
D | xmlIO.h | 205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
|
/external/libxml2/ |
D | xmlIO.c | 2178 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()
|
D | testlimits.c | 677 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2() 682 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen, in initializeLibxml2()
|
D | testrecurse.c | 585 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen, in initializeLibxml2()
|
D | TODO | 162 xmlRegisterInputCallbacks()
|
D | libxml2.syms | 620 xmlRegisterInputCallbacks;
|
D | elfgcchack.h | 8447 #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
|
D | runtest.c | 2949 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
|
D | NEWS | 2482 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
|
D | ChangeLog | 18565 overload or added input methods: xmlRegisterInputCallbacks()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 244 d xmlRegisterInputCallbacks... 245 d pr extproc('xmlRegisterInputCallbacks')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1480 xmlRegisterInputCallbacks
|
/external/libxml2/python/ |
D | libxml.c | 841 pythonInputCallbackID = xmlRegisterInputCallbacks( in libxml_xmlRegisterInputCallback()
|