Searched refs:xmlPatternMatch (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dpattern.h58 xmlPatternMatch (xmlPatternPtr comp,
/external/libxml2/
H A Dschematron.c1691 if (xmlPatternMatch(rule->pattern, cur) == 1) {
1722 if (xmlPatternMatch(rule->pattern, cur) == 1) {
H A Dpattern.c2450 * xmlPatternMatch:
2459 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) function
H A Dxmllint.c1756 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
1780 "xmlPatternMatch and xmlStreamPush disagree\n");
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
H A Dxmlreader.c1567 if (xmlPatternMatch(reader->patternTab[i], reader->node) == 1) {

Completed in 131 milliseconds