/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | lwbuffer.h | 32 * The 'active region' is an (optional) subregion of the remaining region. 34 * that is selected with lwres_buffer_setactive(). Initially, the active 36 * the active region will also be empty. 47 * c == active pointer. Meaningful between b and d. 55 * b-c == optional active region. 69 * 0 <= active <= used 70 * (although active < current implies empty active region) 146 unsigned int active; member in struct:lwres_buffer
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | rwlock.h | 92 unsigned int active; member in struct:isc_rwlock 112 unsigned int active; member in struct:isc_rwlock
|
H A D | buffer.h | 36 * The 'active region' is an (optional) subregion of the remaining region. 38 * that is selected with isc_buffer_setactive(). Initially, the active region 40 * active region will also be empty. 52 * c == active pointer. Meaningful between b and d. 60 * b-c == optional active region. 74 * 0 <= active <= used 75 * (although active < current implies empty active region) 145 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/ 158 #define isc_buffer_activelength(b) ((b)->active 176 unsigned int active; member in struct:isc_buffer [all...] |
/bind-9.11.3/lib/dns/ |
H A D | portlist.c | 45 unsigned int active; member in struct:dns_portlist 87 portlist->active = 0; 137 if (portlist->active != 0) { 138 el = find_port(portlist->list, portlist->active, port); 149 if (portlist->allocated <= portlist->active) { 166 portlist->list[portlist->active].port = port; 168 portlist->list[portlist->active].flags = DNS_PL_INET; 170 portlist->list[portlist->active].flags = DNS_PL_INET6; 171 portlist->active++; 172 qsort(portlist->list, portlist->active, sizeo [all...] |
H A D | catz.c | 64 isc_boolean_t active; member in struct:dns_catz_zone 647 new_zone->active = ISC_TRUE; 699 INSIST(tresult == ISC_R_SUCCESS && !new_zone->active); 700 new_zone->active = ISC_TRUE; 1932 zone->active = ISC_FALSE; 1952 if (zone->active == ISC_FALSE) {
|
H A D | dnssec.c | 607 isc_stdtime_t publish, active, revoke, inactive, deltime; local 619 * keys are assumed active 628 result = dst_key_gettime(key, DST_TIME_ACTIVATE, &active); 650 if (actset && active <= now) 1312 isc_stdtime_t publish, active, revoke, inactive, deltime; local 1323 result = dst_key_gettime(key->key, DST_TIME_ACTIVATE, &active); 1344 if (actset && active <= now) { 1363 if (key->hint_publish && actset && active > now) { 1364 key->prepublish = active - now; 1378 * not active befor [all...] |
H A D | adb.c | 253 isc_uint32_t active; member in struct:dns_adbentry 1837 e->active = 0; 2172 addrbuf, entry->active, entry->quota, msgbuf); 2196 entry->active >= entry->quota) 2236 entry->active >= entry->quota) 4791 block = ISC_TF(entry->quota != 0 && entry->active >= entry->quota); 4805 addr->entry->active++; 4819 if (addr->entry->active > 0) 4820 addr->entry->active--;
|
H A D | rbtdb.c | 668 unsigned int active; member in struct:dns_rbtdb 1412 rbtdb->active -= inactive; 1413 if (rbtdb->active == 0) 3157 * Look for an NS or DNAME rdataset active in our version. 3258 * There is no zonecut at this node which is active in this 3647 isc_boolean_t done, wild, active; local 3658 * search for it. If the wildcard node exists, and is active in 3660 * if the ancestor is active in this version. If so, then there 3674 * First we try to figure out if this node is active in 3687 active 4153 isc_boolean_t active; local [all...] |
H A D | zone.c | 6128 * It's okay to delete a signature if there is an active key 7014 * (which is indicated by "active" being set to ISC_FALSE): 7022 * (which is indicated by "active" being set to ISC_TRUE), only remove the 7035 isc_boolean_t active, dns_rdatatype_t privatetype, 7076 (active && nsec3param.flags != 0) || 7096 if (active) 7301 * Found an active NSEC3 chain. 9553 * active key before the standby was trusted, that would mean the 17878 * See if any pre-existing keys have newly become active; 17959 * with all active key 7034 fixup_nsec3param(dns_db_t *db, dns_dbversion_t *ver, dns_nsec3chain_t *chain, isc_boolean_t active, dns_rdatatype_t privatetype, dns_diff_t *diff) argument [all...] |
/bind-9.11.3/bin/tests/ |
H A D | nsecify.c | 47 isc_boolean_t active = ISC_FALSE; local 59 active = ISC_TRUE; 61 if (!active) 70 if (!active) { 81 return (active); 89 isc_boolean_t active; local 92 active = ISC_FALSE; 95 active = active_node(db, version, *nodep); 96 if (!active) { 101 } while (result == ISC_R_SUCCESS && !active); [all...] |
/bind-9.11.3/lib/isc/ |
H A D | socket_api.c | 364 isc_socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) { argument 365 isc__socket_cleanunix(sockaddr, active);
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 569 isccc_region_t active; local 578 active.rstart = source->rstart; 579 active.rend = active.rstart + len; 580 source->rstart = active.rend; 582 value = isccc_sexpr_frombinary(&active); 589 result = table_fromwire(&active, NULL, 0, valuep); 591 result = list_fromwire(&active, valuep);
|
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 199 * likely to be a kernel bug, and so the watcher goes back to the active state. 369 active : 1, /* currently active */ member in struct:isc__socket 556 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active); 2205 if (sock->active == 1) { 2207 sock->active = 0; 2300 sock->active = 0; 2950 if (sock->active == 0) { 2952 sock->active = 1; 3731 if (NEWCONNSOCK(dev)->active 5373 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) argument [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 3925 isc__socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active) { argument 3927 UNUSED(active);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 1119 isc_boolean_t active = ISC_FALSE; local 1135 active = ISC_TRUE; 1137 if (!active) 1146 if (!active && nsec_datatype == dns_rdatatype_nsec) { 1222 return (active); 1812 isc_boolean_t active = ISC_FALSE; local 1816 active = active_node(nextnode); 1817 if (!active) { 2205 isc_boolean_t active; local 2256 active [all...] |