Home
last modified time | relevance | path

Searched refs:xmlXPathIntersection (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h379 xmlXPathIntersection (xmlNodeSetPtr nodes1,
/external/libxml2/
Delfgcchack.h16190 #undef xmlXPathIntersection
16191 extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersectio…
16193 #ifndef xmlXPathIntersection
16194 extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility…
16195 #define xmlXPathIntersection xmlXPathIntersection__internal_alias macro
Dxpath.c4432 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() function