/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | tlsa_52.h | 22 isc_uint8_t match; member in struct:dns_rdata_tlsa
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | text_test.cpp | 132 ATF_TEST_CASE(match); variable 133 ATF_TEST_CASE_HEAD(match) 135 set_md_var("descr", "Tests the match function"); 137 ATF_TEST_CASE_BODY(match) 139 using atf::text::match; 141 ATF_REQUIRE_THROW(std::runtime_error, match("", "[")); 143 ATF_REQUIRE(match("", "")); 144 ATF_REQUIRE(!match("foo", "")); 146 ATF_REQUIRE(match("", ".*")); 147 ATF_REQUIRE(match("", "[ [all...] |
H A D | text.cpp | 54 impl::match(const std::string& str, const std::string& regex) function in class:impl
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | text_test.cpp | 136 ATF_TEST_CASE(match); variable 137 ATF_TEST_CASE_HEAD(match) 139 set_md_var("descr", "Tests the match function"); 141 ATF_TEST_CASE_BODY(match) 143 using tools::text::match; 145 ATF_REQUIRE_THROW(std::runtime_error, match("", "[")); 147 ATF_REQUIRE(match("", "")); 148 ATF_REQUIRE(!match("foo", "")); 150 ATF_REQUIRE(match("", ".*")); 151 ATF_REQUIRE(match("", "[ [all...] |
H A D | text.cpp | 53 impl::match(const std::string& str, const std::string& regex) function in class:impl
|
/bind-9.11.3/lib/dns/ |
H A D | order.c | 101 match(dns_name_t *name1, dns_name_t *name2) { function 123 if (match(name, dns_fixedname_name(&ent->name)))
|
H A D | dns64.c | 127 int match; local 139 &match, NULL); 142 if (match <= 0) 153 &match, NULL); 156 if (match <= 0) 204 int match; local 229 &match, NULL); 232 if (match <= 0) 268 env, &match, NULL); 269 if (result == ISC_R_SUCCESS && match < [all...] |
H A D | ssu.c | 41 unsigned int matchtype; /*%< which type of pattern match? */ 42 dns_name_t *identity; /*%< the identity to match */ 364 int match; local 428 NULL, &match, NULL); 429 if (match == 0) { 436 "match on session "
|
H A D | acl.c | 174 * For a match with a positive ACL element or iptable radix entry, 175 * return with a positive value in match; for a match with a negated ACL 176 * element or radix entry, return with a negative value in match. 183 int *match, 187 match, matchelt)); 198 int *match, 222 /* Always match with host addresses. */ 226 /* Assume no match. */ 227 *match 179 dns_acl_match(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument 191 dns_acl_match2(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const isc_netaddr_t *ecs, isc_uint8_t ecslen, isc_uint8_t *scope, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument [all...] |
H A D | request.c | 500 int match; local 508 NULL, &match, NULL) == ISC_R_SUCCESS && 509 match > 0)
|
H A D | dispatch.c | 1046 int match; local 1138 NULL, &match, NULL) == ISC_R_SUCCESS && 1139 match > 0) 1182 * the ID and the address must match the expected ones. 1202 "response to an exclusive socket doesn't match"); 1218 * Check that the socket types and ports match. 2201 * Don't match wildcard ports unless the port is available in the 2211 * Check if we match the binding <address,port>. 2212 * Wildcard ports match/fail here. 2220 * Check if we match 2628 isc_boolean_t match = ISC_FALSE; local 2678 isc_boolean_t match = ISC_FALSE; local [all...] |
H A D | resolver.c | 3517 int match; local 3521 &match, NULL) == ISC_R_SUCCESS && 3522 match > 0) 6246 int match; local 6267 * Otherwise, search the filter list for a match for each address 6268 * record. If a match is found, the address should be filtered, 6287 &view->aclenv, &match, NULL); 6289 if (result == ISC_R_SUCCESS && match > 0) { 6694 "match " 7960 * FORMERR/NOTIMP if they have a question section then it must match [all...] |
H A D | zone.c | 6939 * If we don't match the algorithm or keyid skip the record. 6950 * We have a match. If we were signing (!signing->deleteit) 7066 * Delete all NSEC3PARAM records which match that in nsec3chain. 7103 * Delete all private records which match that in nsec3chain. 9308 * - If new keys are found (i.e., lacking a match in keydataset) 13088 int match = 0; local 13148 "NOTIFY zone does not match"); 13184 &match, NULL) == ISC_R_SUCCESS && 13185 match > 0)
|
/bind-9.11.3/bin/named/ |
H A D | sortlist.c | 101 /* No match; don't sort. */ 110 int match; local 114 &match, NULL); 115 if (match > 0) 116 return (match); 117 else if (match < 0) 118 return (INT_MAX - (-match));
|
H A D | controlconf.c | 224 int match; local 229 &ns_g_server->aclenv, &match, NULL); 231 if (result != ISC_R_SUCCESS || match <= 0)
|
H A D | interfacemgr.c | 650 * both match those of 'addr'. Return a pointer to it, or NULL if not found. 977 int match; local 1004 &mgr->aclenv, &match, NULL); 1005 if (match <= 0) 1031 match = 0; 1037 NULL, &match, NULL); 1038 if (match > 0 && 1043 match = 0; 1045 if (ipv6_wildcard == ISC_TRUE && match == 0)
|
H A D | statschannel.c | 280 SET_NSSTATDESC(cookienomatch, "COOKIE - no match", "CookieNoMatch"); 281 SET_NSSTATDESC(cookiematch, "COOKIE - match", "CookieMatch"); 3039 int match; local 3047 &match, NULL) == ISC_R_SUCCESS && match > 0) {
|
H A D | client.c | 893 int match; local 909 &match, NULL) == ISC_R_SUCCESS && 910 match > 0) 1696 int match; local 1702 acl, &ns_g_server->aclenv, &match, NULL); 1703 if (result == ISC_R_SUCCESS && match > 0) 1752 isc_boolean_t match; local 1758 match = dst_key_compare(mykey->key, key->key); 1760 if (!match) 2234 int match; local 3195 int match; local 3664 int match; local [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | aliaslist.c | 79 static int match(const char *pattern, const char *str); 262 if (match(current->pattern, pattern)) { 278 match(const char *pattern, const char *str) { function 286 while (!match(pattern, str)) {
|
/bind-9.11.3/lib/dns/tests/ |
H A D | geoip_test.c | 194 isc_boolean_t match; local 210 match = do_lookup_string("10.53.0.1", &scope, 212 ATF_CHECK(match); 215 match = do_lookup_string("10.53.0.1", &scope, 217 ATF_CHECK(match); 220 match = do_lookup_string("10.53.0.1", &scope, 222 ATF_CHECK(match); 225 match = do_lookup_string("192.0.2.128", &scope, 227 ATF_CHECK(match); 230 match 245 isc_boolean_t match; local 286 isc_boolean_t match; local 349 isc_boolean_t match; local 408 isc_boolean_t match; local 450 isc_boolean_t match; local 530 isc_boolean_t match; local 560 isc_boolean_t match; local 589 isc_boolean_t match; local 618 isc_boolean_t match; local 647 isc_boolean_t match; local [all...] |
/bind-9.11.3/bin/tests/dst/ |
H A D | dst_test.c | 103 isc_boolean_t match; local 125 match = ISC_TF(r1.length == r2.length && 128 match ? "true" : "false"); 196 printf("secrets don't match\n");
|
/bind-9.11.3/bin/check/ |
H A D | check-tool.c | 111 * This needs to match the list in bin/named/log.c. 190 isc_boolean_t match; local 275 match = ISC_FALSE; 281 match = ISC_TRUE; 285 if (!match && !logged(namebuf, ERR_EXTRA_A)) { 305 match = ISC_FALSE; 311 match = ISC_TRUE; 315 if (!match && !logged(namebuf, ERR_EXTRA_AAAA)) { 350 match = ISC_FALSE; 355 while (result == ISC_R_SUCCESS && !match) { [all...] |
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 136 detail::match(const std::string& regexp, const std::string& str) function in class:detail 138 return atf::text::match(str, regexp);
|
/bind-9.11.3/bin/tests/names/ |
H A D | t_names.c | 584 isc_boolean_t match; local 609 match = ISC_FALSE; 611 match = ISC_TRUE; 612 if (match != csh_match) { 618 match = ISC_FALSE; 620 match = ISC_TRUE; 621 if (match != cish_match) { 669 * name1, name2, exp match value if 671 * exp match value of case_sensitive false 1284 * If they don't match, dns_name_getlabe [all...] |
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 3648 debug("got a match for ixfr"); 3783 isc_boolean_t match = ISC_TRUE; local 3875 * We don't expect a match when the packet is 3889 match = ISC_FALSE; 3895 match = ISC_FALSE; 3920 match = ISC_TRUE; 3932 if (!match) 3989 match = ISC_TRUE; 3991 result == ISC_R_SUCCESS && match; 4018 match [all...] |