Searched refs:xmlRegisterInputCallbacks (Results 1 – 14 of 14) sorted by relevance
| /third_party/libxml2/doc/examples/ |
| D | io1.c | 117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) { in main()
|
| /third_party/libxml2/include/libxml/ |
| D | xmlIO.h | 205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
|
| /third_party/libxml2/ |
| D | xmlIO.c | 2205 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks() function 2257 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen, in xmlRegisterDefaultInputCallbacks() 2260 xmlRegisterInputCallbacks(xmlGzfileMatch, xmlGzfileOpen, in xmlRegisterDefaultInputCallbacks() 2264 xmlRegisterInputCallbacks(xmlXzfileMatch, xmlXzfileOpen, in xmlRegisterDefaultInputCallbacks() 2269 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen, in xmlRegisterDefaultInputCallbacks() 2274 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 | 160 xmlRegisterInputCallbacks()
|
| D | libxml2.syms | 620 xmlRegisterInputCallbacks;
|
| D | elfgcchack.h | 8469 #undef xmlRegisterInputCallbacks 8470 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegist… 8472 #ifndef xmlRegisterInputCallbacks 8473 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((… 8474 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias macro
|
| D | runtest.c | 3029 if (xmlRegisterInputCallbacks(uripMatch, uripOpen, uripRead, uripClose) < 0) in uriPathTest()
|
| D | NEWS | 3408 xmlRegisterInputCallbacks() or by passing I/O functions when creating a
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | xmlIO.rpgle | 244 d xmlRegisterInputCallbacks... 245 d pr extproc('xmlRegisterInputCallbacks')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1482 xmlRegisterInputCallbacks
|
| /third_party/libxml2/python/ |
| D | libxml.c | 842 pythonInputCallbackID = xmlRegisterInputCallbacks( in libxml_xmlRegisterInputCallback()
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 93160 - overload or added input methods: xmlRegisterInputCallbacks() 109442 -#undef xmlRegisterInputCallbacks 109443 -extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegis… 109445 -#ifndef xmlRegisterInputCallbacks 109446 -extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute(… 109447 -#define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
|