Searched defs:xmlStreamPush (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
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
/external/libxml2/
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

Completed in 154 milliseconds