Home
last modified time | relevance | path

Searched refs:xmlPopInputCallbacks (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h162 xmlPopInputCallbacks (void);
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle158 d xmlPopInputCallbacks...
159 d pr extproc('xmlPopInputCallbacks')
/external/libxml2/
Dlibxml2.syms1878 xmlPopInputCallbacks;
Delfgcchack.h7957 #undef xmlPopInputCallbacks
7958 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallback…
7960 #ifndef xmlPopInputCallbacks
7961 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility…
7962 #define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias macro
DxmlIO.c521 xmlPopInputCallbacks(void) in xmlPopInputCallbacks() function
Druntest.c2970 xmlPopInputCallbacks(); in uriPathTest()
Dtestapi.c29251 ret_val = xmlPopInputCallbacks(); in test_xmlPopInputCallbacks()
/external/libxml2/win32/
Dlibxml2.def.src1411 xmlPopInputCallbacks
/external/libxml2/python/
Dlibxml.c859 ret = xmlPopInputCallbacks(); in libxml_xmlUnregisterInputCallback()