Home | History | Annotate | Download | only in x509v3

Lines Matching refs:match

298 	int i, r, match = 0;
301 * at least one subtree must match.
311 /* If we already have a match don't bother trying any more */
312 if (match == 2)
314 if (match == 0)
315 match = 1;
318 match = 2;
323 if (match == 1)
326 /* Excluded subtrees: must not match any of these */
424 /* Special case: inital '.' is RHS match */
436 /* If we have anything before '@' match local part */
444 /* Case sensitive match of local part */
452 /* Just have hostname left to match: case insensitive */
488 /* Special case: inital '.' is RHS match */