Searched refs:xmlStreamPush (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dpattern.h83 xmlStreamPush (xmlStreamCtxtPtr stream,
/external/libxml2/
H A Dxmllint.c1767 ret = xmlStreamPush(patstream,
1771 fprintf(stderr, "xmlStreamPush() failure\n");
1780 "xmlPatternMatch and xmlStreamPush disagree\n");
1840 ret = xmlStreamPush(patstream, NULL, NULL);
1842 fprintf(stderr, "xmlStreamPush() failure\n");
1998 ret = xmlStreamPush(patstream, NULL, NULL);
2000 fprintf(stderr, "xmlStreamPush() failure\n");
H A Dpattern.c2196 * xmlStreamPush:
2212 xmlStreamPush(xmlStreamCtxtPtr stream, function
2229 * Different from xmlStreamPush() this function can be fed with nodes of type:
H A Delfgcchack.h10760 #undef xmlStreamPush macro
10761 extern __typeof (xmlStreamPush) xmlStreamPush __attribute((alias("xmlStreamPush__internal_alias")));
10763 #ifndef xmlStreamPush
10764 extern __typeof (xmlStreamPush) xmlStreamPush__internal_alias __attribute((visibility("hidden")));
10765 #define xmlStreamPush xmlStreamPush__internal_alias macro
H A Dxpath.c14170 ret = xmlStreamPush(patstream, NULL, NULL);
14191 ret = xmlStreamPush(patstream, cur->name,
H A Dxmlschemas.c22396 res = xmlStreamPush((xmlStreamCtxtPtr) sto->xpathCtxt,
22404 "calling xmlStreamPush()");

Completed in 247 milliseconds