Searched defs:xmlXPathIntersection (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c4412 * xmlXPathIntersection:
4423 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { function
H A Delfgcchack.h16074 #undef xmlXPathIntersection macro
16075 extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias")));
16077 #ifndef xmlXPathIntersection
16078 extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden")));
16079 #define xmlXPathIntersection xmlXPathIntersection__internal_alias macro

Completed in 133 milliseconds