Searched refs:xmlPatternMatch (Results 1 – 12 of 12) 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;
2467 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) in xmlPatternMatch() function
7888 #undef xmlPatternMatch7889 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_ali…7891 #ifndef xmlPatternMatch7892 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")…7893 #define xmlPatternMatch xmlPatternMatch__internal_alias macro
1766 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader)); in processNode()
3507 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader)); in patternNode()
1661 if (xmlPatternMatch(reader->patternTab[i], reader->node) == 1) { in xmlTextReaderRead()
16981 ret_val = xmlPatternMatch(comp, node); in test_xmlPatternMatch()
1405 xmlPatternMatch
108873 -#undef xmlPatternMatch108874 -extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_al…108876 -#ifndef xmlPatternMatch108877 -extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden"…108878 -#define xmlPatternMatch xmlPatternMatch__internal_alias