Home | History | Annotate | Download | only in libxml2

Lines Matching defs:match

3344     int match = -1;
3352 match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
3354 if (match) {
3370 } else if (ret != match) {