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

/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dpattern.h83 xmlStreamPush (xmlStreamCtxtPtr stream,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dpattern.h83 xmlStreamPush (xmlStreamCtxtPtr stream,
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmllint.c1784 ret = xmlStreamPush(patstream,
1788 fprintf(stderr, "xmlStreamPush() failure\n");
1799 "xmlPatternMatch and xmlStreamPush disagree\n");
1861 ret = xmlStreamPush(patstream, NULL, NULL);
1863 fprintf(stderr, "xmlStreamPush() failure\n");
2020 ret = xmlStreamPush(patstream, NULL, NULL);
2022 fprintf(stderr, "xmlStreamPush() failure\n");
H A Dlibxml2.syms2015 xmlStreamPush;
H A Druntest.c3360 ret = xmlStreamPush(patstream,
3364 fprintf(out, "xmlStreamPush() failure\n");
3373 "xmlPatternMatch and xmlStreamPush disagree\n");
3501 ret = xmlStreamPush(patstream, NULL, NULL);
3503 fprintf(stderr, "xmlStreamPush() failure\n");
H A Dpattern.c2200 * xmlStreamPush:
2216 xmlStreamPush(xmlStreamCtxtPtr stream, function
2233 * Different from xmlStreamPush() this function can be fed with nodes of type:
H A Delfgcchack.h10910 #undef xmlStreamPush macro
10911 extern __typeof (xmlStreamPush) xmlStreamPush __attribute((alias("xmlStreamPush__internal_alias")));
10913 #ifndef xmlStreamPush
10914 extern __typeof (xmlStreamPush) xmlStreamPush__internal_alias __attribute((visibility("hidden")));
10915 #define xmlStreamPush xmlStreamPush__internal_alias macro
H A Dxpath.c14340 ret = xmlStreamPush(patstream, NULL, NULL);
14361 ret = xmlStreamPush(patstream, cur->name,
H A Dxmlschemas.c22494 res = xmlStreamPush((xmlStreamCtxtPtr) sto->xpathCtxt,
22502 "calling xmlStreamPush()");
H A Dtestapi.c17068 ret_val = xmlStreamPush(stream, (const xmlChar *)name, (const xmlChar *)ns);
17076 printf("Leak of %d blocks found in xmlStreamPush",
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmllint.c1777 ret = xmlStreamPush(patstream,
1781 fprintf(stderr, "xmlStreamPush() failure\n");
1792 "xmlPatternMatch and xmlStreamPush disagree\n");
1854 ret = xmlStreamPush(patstream, NULL, NULL);
1856 fprintf(stderr, "xmlStreamPush() failure\n");
2012 ret = xmlStreamPush(patstream, NULL, NULL);
2014 fprintf(stderr, "xmlStreamPush() failure\n");
H A Dlibxml2.syms2015 xmlStreamPush;
H A Druntest.c3362 ret = xmlStreamPush(patstream,
3366 fprintf(out, "xmlStreamPush() failure\n");
3375 "xmlPatternMatch and xmlStreamPush disagree\n");
3503 ret = xmlStreamPush(patstream, NULL, NULL);
3505 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.c14167 ret = xmlStreamPush(patstream, NULL, NULL);
14188 ret = xmlStreamPush(patstream, cur->name,
H A Dxmlschemas.c22465 res = xmlStreamPush((xmlStreamCtxtPtr) sto->xpathCtxt,
22473 "calling xmlStreamPush()");
H A Dtestapi.c17079 ret_val = xmlStreamPush(stream, (const xmlChar *)name, (const xmlChar *)ns);
17087 printf("Leak of %d blocks found in xmlStreamPush",
[all...]

Completed in 718 milliseconds