Searched refs:xmlPatternMatch (Results 1 – 11 of 11) sorted by relevance
59 d xmlPatternMatch...60 d pr extproc('xmlPatternMatch')
58 xmlPatternMatch (xmlPatternPtr comp,
1693 if (xmlPatternMatch(rule->pattern, cur) == 1) { in xmlSchematronValidateDoc()1724 if (xmlPatternMatch(rule->pattern, cur) == 1) { in xmlSchematronValidateDoc()
1760 xmlPatternMatch;
2463 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) in xmlPatternMatch() function
7878 #undef xmlPatternMatch7879 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_ali…7881 #ifndef xmlPatternMatch7882 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")…7883 #define xmlPatternMatch xmlPatternMatch__internal_alias macro
1769 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader)); in processNode()
3410 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader)); in patternNode()
1595 if (xmlPatternMatch(reader->patternTab[i], reader->node) == 1) { in xmlTextReaderRead()
16874 ret_val = xmlPatternMatch(comp, node); in test_xmlPatternMatch()
1404 xmlPatternMatch