Lines Matching refs:match
333 * @comp: the compiled match expression
338 * Add a step to an XSLT Compiled Match
369 * @comp: the compiled match expression
397 * @comp: the compiled match expression
948 * This is a namespace match
1069 * This is a namespace match
1136 * This is a namespace match
1451 xmlDebugStreamCtxt(xmlStreamCtxtPtr ctxt, int match) {
1459 if (match)
1850 * match and 0 otherwise.
1856 int ret = 0, err = 0, final = 0, tmp, i, m, match, stepNr, desc;
1885 * In the case of "//." the document node will match
1915 * or traditional XPath expressions, this will match if
2009 match = 0;
2011 match = 1;
2017 match = 1;
2019 match = xmlStrEqual(step.ns, ns);
2026 match = 1;
2037 match = 1;
2039 match = (step.ns == ns);
2041 match = ((step.name == name) && (step.ns == ns));
2044 if (match) {
2050 /* descending match create a new state */
2071 ((! match) || final)) {
2105 * match the first given node.
2141 match = 0;
2143 match = 1;
2149 match = 1;
2151 match = xmlStrEqual(step.ns, ns);
2158 match = 1;
2161 if (match) {
2175 ((! match) || final)) {
2209 * match and 0 otherwise.
2234 * match and 0 otherwise.
2259 * match and 0 otherwise.