Lines Matching defs:match
822 int match;
837 &match, NULL) == ISC_R_SUCCESS &&
838 match > 0)
1221 int match;
1227 &match, NULL);
1228 if (result == ISC_R_SUCCESS && match > 0)
1277 isc_boolean_t match;
1283 match = dst_key_compare(mykey->key, key->key);
1285 if (!match)
1392 int match;
1493 &match, NULL) == ISC_R_SUCCESS &&
1494 match > 0)
2073 * Initialize FORMERR cache to sentinel value that will not match
2218 int match;
2227 &match, NULL) == ISC_R_SUCCESS &&
2228 match > 0)
2583 int match;
2601 &match, NULL);
2605 if (match > 0)
2607 goto deny; /* Negative match or no match. */