Home
last modified time | relevance | path

Searched refs:xmlPatternMatch (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dpattern.rpgle59 d xmlPatternMatch...
60 d pr extproc('xmlPatternMatch')
/external/libxml2/include/libxml/
Dpattern.h58 xmlPatternMatch (xmlPatternPtr comp,
/external/libxml2/
Dschematron.c1693 if (xmlPatternMatch(rule->pattern, cur) == 1) { in xmlSchematronValidateDoc()
1724 if (xmlPatternMatch(rule->pattern, cur) == 1) { in xmlSchematronValidateDoc()
Dlibxml2.syms1760 xmlPatternMatch;
Dpattern.c2463 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) in xmlPatternMatch() function
Delfgcchack.h7878 #undef xmlPatternMatch
7879 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_ali…
7881 #ifndef xmlPatternMatch
7882 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")…
7883 #define xmlPatternMatch xmlPatternMatch__internal_alias macro
Dxmllint.c1769 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader)); in processNode()
Druntest.c3410 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader)); in patternNode()
Dxmlreader.c1595 if (xmlPatternMatch(reader->patternTab[i], reader->node) == 1) { in xmlTextReaderRead()
Dtestapi.c16874 ret_val = xmlPatternMatch(comp, node); in test_xmlPatternMatch()
/external/libxml2/win32/
Dlibxml2.def.src1404 xmlPatternMatch