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

/external/libxml2/
H A Dpattern.c2450 * xmlPatternMatch:
2459 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) function
H A Delfgcchack.h7752 #undef xmlPatternMatch macro
7753 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
7755 #ifndef xmlPatternMatch
7756 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
7757 #define xmlPatternMatch xmlPatternMatch__internal_alias macro

Completed in 51 milliseconds