Searched defs:any (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dstrtoul.c66 int neg = 0, any, cutlim; local
89 for (acc = 0, any = 0;; c = *s++) {
100 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
101 any = -1;
103 any = 1;
108 if (any < 0) {
114 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.11.3/lib/lwres/
H A Dcompat.c71 int neg = 0, any, cutlim; local
94 for (acc = 0, any = 0;; c = *s++) {
105 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
106 any = -1;
108 any = 1;
113 if (any < 0) {
120 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.11.3/lib/dns/tests/
H A Dacl_test.c50 dns_acl_t *any = NULL; local
83 result = dns_acl_any(mctx, &any);
98 result = dns_acl_merge(notany, any, ISC_FALSE);
101 ATF_CHECK(dns_acl_isinsecure(any)); /* any; */
103 ATF_CHECK(!dns_acl_isinsecure(notany)); /* !any; */
106 dns_acl_detach(&any);
H A Ddispatch_test.c35 isc_sockaddr_t any; local
43 isc_sockaddr_any(&any);
46 &any, 512, 6, 1024, 17, 19, attrs,
/bind-9.11.3/bin/named/
H A Dzoneconf.c326 * update-policy { grant <session-keyname> zonesub any; };
329 dns_rdatatype_t any = dns_rdatatype_any; local
345 1, &any);
634 /* Add glue A RRset, if any */
645 /* Add glue AAAA RRset, if any */
H A Dserver.c1207 isc_sockaddr_t any; local
1212 isc_sockaddr_any(&any);
1215 isc_sockaddr_any6(&any);
1218 if (isc_sockaddr_equal(&sa, &any))
3716 * First, check to see if there are any attach-cache options. If yes,
4223 result = ns_config_get(maps, "minimal-any", &obj);
4338 * If any are still unset, we now get default "allow-recursion",
5914 * the port is 'any' (the fourth arg is TRUE): if the port is
7491 * This should happen before configuring any ACLs, so that we
7492 * know what databases are available and can reject any GeoI
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c1568 * This function will verify tht the socket is no longer in use in any way,
2255 * Take the data we received in our private buffer, and if any recv() calls on
3538 isc_sockaddr_t any; local
3540 isc_sockaddr_anyofpf(&any, isc_sockaddr_pf(addr));
3541 if (bind(sock->fd, &any.type.sa, any.length) < 0) {
3739 * o Reset any state needed.
/bind-9.11.3/bin/dig/
H A Ddighost.c1468 else { /* No search list. Use the domain name if any */
1953 printf(" isn't a subdomain of any Trusted Keys"
3867 isc_sockaddr_t any; local
3870 isc_sockaddr_any(&any);
3872 isc_sockaddr_any6(&any);
3879 if ((!isc_sockaddr_eqaddr(&query->sockaddr, &any) &&
/bind-9.11.3/lib/dns/
H A Dzone.c315 * is not on any such list, statelist is NULL.
1756 * master file (if any) is written by the server, rather than being
3341 * If this zone is not NSEC3-capable, attempting to remove any NSEC3
4268 * Walk the zone DB. If we find any keys whose names are no longer
4310 * Now walk secroots to find any managed keys that aren't
4311 * in the zone. If we find any, we add them to the zone.
4505 * Apply update log, if any, on initial load.
5895 * If it will change then kill off any current refresh in progress
5920 * If count == 0, don't allocate any space for masters, mastersok or
6151 * Delete expired RRsigs and any RRsig
10652 isc_sockaddr_t any; local
[all...]

Completed in 94 milliseconds