Searched refs:xmlStreamPop (Results 1 – 12 of 12) sorted by relevance
120 d xmlStreamPop pr extproc('xmlStreamPop')
91 xmlStreamPop (xmlStreamCtxtPtr stream);
2013 xmlStreamPop;
2284 xmlStreamPop(xmlStreamCtxtPtr stream) { in xmlStreamPop() function
10920 #undef xmlStreamPop10921 extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));10923 #ifndef xmlStreamPop10924 extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));10925 #define xmlStreamPop xmlStreamPop__internal_alias macro
1809 ret = xmlStreamPop(patstream); in processNode()
3541 ret = xmlStreamPop(patstream); in patternNode()
13801 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()13847 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()13854 ret = xmlStreamPop(patstream); in xmlXPathRunStreamEval()
22830 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathPop()22876 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathProcessHistory()
17140 ret_val = xmlStreamPop(stream); in test_xmlStreamPop()
1895 xmlStreamPop
75129 - * pattern.c: fix problem with xmlStreamPop when pattern includes111893 -#undef xmlStreamPop111894 -extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));111896 -#ifndef xmlStreamPop111897 -extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));111898 -#define xmlStreamPop xmlStreamPop__internal_alias