Home
last modified time | relevance | path

Searched refs:xmlStreamPop (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dpattern.h91 xmlStreamPop (xmlStreamCtxtPtr stream);
/external/libxml2/include/libxml/
Dpattern.h91 xmlStreamPop (xmlStreamCtxtPtr stream);
/external/chromium_org/third_party/libxml/src/
Dpattern.c2276 xmlStreamPop(xmlStreamCtxtPtr stream) { in xmlStreamPop() function
Delfgcchack.h10748 #undef xmlStreamPop
10749 extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));
10751 #ifndef xmlStreamPop
10752 extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));
10753 #define xmlStreamPop xmlStreamPop__internal_alias macro
Dxmllint.c1804 ret = xmlStreamPop(patstream); in processNode()
Druntest.c3385 ret = xmlStreamPop(patstream); in patternNode()
Dxpath.c14223 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
14267 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
14274 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
Dxmlschemas.c22616 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathPop()
22662 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathProcessHistory()
Dtestapi.c17037 ret_val = xmlStreamPop(stream); in test_xmlStreamPop()
DChangeLog534 * pattern.c: fix problem with xmlStreamPop when pattern includes
/external/libxml2/
Dpattern.c2280 xmlStreamPop(xmlStreamCtxtPtr stream) { in xmlStreamPop() function
Delfgcchack.h10898 #undef xmlStreamPop
10899 extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));
10901 #ifndef xmlStreamPop
10902 extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));
10903 #define xmlStreamPop xmlStreamPop__internal_alias macro
Dxmllint.c1811 ret = xmlStreamPop(patstream); in processNode()
Dxpath.c14380 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
14425 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
14432 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
Dxmlschemas.c22645 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathPop()
22691 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathProcessHistory()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1875 xmlStreamPop