Lines Matching defs:match
893 int match;
909 &match, NULL) == ISC_R_SUCCESS &&
910 match > 0)
1696 int match;
1702 acl, &ns_g_server->aclenv, &match, NULL);
1703 if (result == ISC_R_SUCCESS && match > 0)
1752 isc_boolean_t match;
1758 match = dst_key_compare(mykey->key, key->key);
1760 if (!match)
2234 int match;
2351 &match, NULL) == ISC_R_SUCCESS &&
2352 match > 0)
3049 * Initialize FORMERR cache to sentinel value that will not match
3195 int match;
3204 &match, NULL) == ISC_R_SUCCESS &&
3205 match > 0)
3664 int match;
3685 &ns_g_server->aclenv, &match, NULL);
3690 if (match > 0)
3692 goto deny; /* Negative match or no match. */