Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h376 xmlXPathDifference (xmlNodeSetPtr nodes1,
/external/libxml2/
Delfgcchack.h15902 #undef xmlXPathDifference
15903 extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__int…
15905 #ifndef xmlXPathDifference
15906 extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hi…
15907 #define xmlXPathDifference xmlXPathDifference__internal_alias macro
Dxpath.c4398 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() function