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

/external/libxml2/
H A Dxpath.c4463 * xmlXPathDifference:
4474 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { function
H A Delfgcchack.h16076 #undef xmlXPathDifference macro
16077 extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias")));
16079 #ifndef xmlXPathDifference
16080 extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden")));
16081 #define xmlXPathDifference xmlXPathDifference__internal_alias macro

Completed in 119 milliseconds