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

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dpattern.h58 xmlPatternMatch (xmlPatternPtr comp,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dpattern.h58 xmlPatternMatch (xmlPatternPtr comp,
/macosx-10.10.1/libxml2-26/libxml2/
H A Dschematron.c1691 if (xmlPatternMatch(rule->pattern, cur) == 1) {
1722 if (xmlPatternMatch(rule->pattern, cur) == 1) {
H A Dlibxml2.syms1760 xmlPatternMatch;
H A Dpattern.c2454 * xmlPatternMatch:
2463 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) function
H A Druntest.c3349 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
3373 "xmlPatternMatch and xmlStreamPush disagree\n");
H A Dxmllint.c1768 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
1799 "xmlPatternMatch and xmlStreamPush disagree\n");
H A Delfgcchack.h7878 #undef xmlPatternMatch macro
7879 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
7881 #ifndef xmlPatternMatch
7882 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
7883 #define xmlPatternMatch xmlPatternMatch__internal_alias macro
H A Dxmlreader.c1582 if (xmlPatternMatch(reader->patternTab[i], reader->node) == 1) {
H A Dtestapi.c16867 ret_val = xmlPatternMatch(comp, node);
16874 printf("Leak of %d blocks found in xmlPatternMatch",
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dschematron.c1691 if (xmlPatternMatch(rule->pattern, cur) == 1) {
1722 if (xmlPatternMatch(rule->pattern, cur) == 1) {
H A Dlibxml2.syms1760 xmlPatternMatch;
H A Dpattern.c2450 * xmlPatternMatch:
2459 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) function
H A Druntest.c3351 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
3375 "xmlPatternMatch and xmlStreamPush disagree\n");
H A Dxmllint.c1761 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
1792 "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) {
H A Dtestapi.c16878 ret_val = xmlPatternMatch(comp, node);
16885 printf("Leak of %d blocks found in xmlPatternMatch",
[all...]

Completed in 505 milliseconds