Searched refs:xmlStreamPop (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dpattern.h91 xmlStreamPop (xmlStreamCtxtPtr stream);
/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c2268 * xmlStreamPop:
2276 xmlStreamPop(xmlStreamCtxtPtr stream) { function
H A Druntest.c3361 ret = xmlStreamPop(patstream);
3363 fprintf(out, "xmlStreamPop() failure\n");
H A Dxmllint.c1789 ret = xmlStreamPop(patstream);
1791 fprintf(stderr, "xmlStreamPop() failure\n");
H A Delfgcchack.h10644 #undef xmlStreamPop macro
10645 extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));
10647 #ifndef xmlStreamPop
10648 extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));
10649 #define xmlStreamPop xmlStreamPop__internal_alias macro
H A Dxpath.c14250 ret = xmlStreamPop(patstream);
14294 ret = xmlStreamPop(patstream);
14301 ret = xmlStreamPop(patstream);
H A Dxmlschemas.c22545 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt);
22591 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt);
22594 "calling xmlStreamPop()");
H A Dtestapi.c16961 ret_val = xmlStreamPop(stream);
16967 printf("Leak of %d blocks found in xmlStreamPop",
[all...]

Completed in 881 milliseconds