Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DxmlIO.h162 xmlPopInputCallbacks (void);
/external/libxml2/include/libxml/
DxmlIO.h162 xmlPopInputCallbacks (void);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1399 xmlPopInputCallbacks
/external/libxml2/
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.c543 xmlPopInputCallbacks(void) in xmlPopInputCallbacks() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h7831 #undef xmlPopInputCallbacks
7832 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallback…
7834 #ifndef xmlPopInputCallbacks
7835 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility…
7836 #define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias macro
DxmlIO.c537 xmlPopInputCallbacks(void) in xmlPopInputCallbacks() function
Druntest.c2890 xmlPopInputCallbacks(); in uriPathTest()
Dtestapi.c28855 ret_val = xmlPopInputCallbacks(); in test_xmlPopInputCallbacks()