Searched refs:active (Results 1 - 19 of 19) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c54 unsigned int active; member in struct:dns_portlist
96 portlist->active = 0;
146 if (portlist->active != 0) {
147 el = find_port(portlist->list, portlist->active, port);
158 if (portlist->allocated <= portlist->active) {
175 portlist->list[portlist->active].port = port;
177 portlist->list[portlist->active].flags = DNS_PL_INET;
179 portlist->list[portlist->active].flags = DNS_PL_INET6;
180 portlist->active++;
181 qsort(portlist->list, portlist->active, sizeo
[all...]
H A Drbtdb.c416 unsigned int active; member in struct:dns_rbtdb
1021 rbtdb->active -= inactive;
1022 if (rbtdb->active == 0)
2589 * Look for an NS or DNAME rdataset active in our version.
2690 * There is no zonecut at this node which is active in this
3077 isc_boolean_t done, wild, active; local
3088 * search for it. If the wildcard node exists, and is active in
3090 * if the ancestor is active in this version. If so, then there
3104 * First we try to figure out if this node is active in
3117 active
3456 isc_boolean_t active; local
[all...]
H A Drdata.c1469 return((source->current == source->active) ? ISC_TRUE : ISC_FALSE);
H A Dname.c1828 while (current < source->active && !done) {
H A Dzone.c4595 isc_boolean_t active, dns_diff_t *diff)
4634 (active && nsec3param.flags != 0) ||
4819 * Found an active NSEC3 chain.
4594 fixup_nsec3param(dns_db_t *db, dns_dbversion_t *ver, dns_nsec3chain_t *chain, isc_boolean_t active, dns_diff_t *diff) argument
/bind-9.6-ESV-R11/bin/tests/
H A Dnsecify.c56 isc_boolean_t active = ISC_FALSE; local
68 active = ISC_TRUE;
70 if (!active)
79 if (!active) {
90 return (active);
98 isc_boolean_t active; local
101 active = ISC_FALSE;
104 active = active_node(db, version, *nodep);
105 if (!active) {
110 } while (result == ISC_R_SUCCESS && !active);
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Drwlock.c55 "rwlock %p thread %lu %s(%s): %s, %u active, "
68 rwl->active, rwl->granted, rwl->readers_waiting,
103 rwl->active = 0;
161 REQUIRE(rwl->active == 0 &&
253 /* there is a waiting or active writer */
331 /* Another active reader or writer is working. */
447 /* Become an active reader. */
556 ((rwl->active == 0 ||
562 rwl->active++;
579 if (!skip && rwl->active
[all...]
H A Dbuffer.c182 * Make 'r' refer to the active region of 'b'.
194 * Sets the end of the active region 'n' bytes after current.
255 if (b->active > b->current)
256 b->active -= b->current;
258 b->active = 0;
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Drwlock.h86 unsigned int active; member in struct:isc_rwlock
106 unsigned int active; member in struct:isc_rwlock
H A Dbuffer.h47 * The 'active region' is an (optional) subregion of the remaining region.
49 * that is selected with isc_buffer_setactive(). Initially, the active region
51 * active region will also be empty.
63 * c == active pointer. Meaningful between b and d.
71 * b-c == optional active region.
85 * 0 <= active <= used
86 * (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...]
H A Dsocket.h942 isc_socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active);
945 * Cleanup UNIX domain sockets in the file-system. If 'active' is true
946 * then just unlink the socket. If 'active' is false try to determine
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwbuffer.c43 * The active region is an (optional) subregion of the remaining region.
45 * region. Initially, the active region is empty. If the current offset
46 * advances beyond the chosen offset, the active region will also be
60 * c == active pointer. Meaningful between b and d.
68 * b-c == optional active region.
85 * used , current and active to zero.
134 b->active = 0;
149 b->active = 0;
174 if (b->active > b->used)
175 b->active
[all...]
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwbuffer.h41 * The 'active region' is an (optional) subregion of the remaining region.
43 * that is selected with lwres_buffer_setactive(). Initially, the active
45 * the active region will also be empty.
56 * c == active pointer. Meaningful between b and d.
64 * b-c == optional active region.
78 * 0 <= active <= used
79 * (although active < current implies empty active region)
155 unsigned int active; member in struct:lwres_buffer
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c335 isccc_region_t active; local
344 active.rstart = source->rstart;
345 active.rend = active.rstart + len;
346 source->rstart = active.rend;
348 value = isccc_sexpr_frombinary(&active);
355 result = table_fromwire(&active, NULL, valuep);
357 result = list_fromwire(&active, valuep);
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c125 client_list_t active; /*%< Active clients */ member in struct:ns_clientmgr
140 * states are generally "more active", meaning that the client can
145 * To force the client into a less active state, set client->newstate
167 * client manager's list of active clients.
239 ISC_LIST_APPEND(client->manager->active, oldest, link);
240 oldest->list = &client->manager->active;
328 * the client is on the active list and not the
334 ISC_LIST_APPEND(client->manager->active, client, link);
335 client->list = &client->manager->active;
391 * active an
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c1011 isc_boolean_t active = ISC_FALSE; local
1027 active = ISC_TRUE;
1029 if (!active)
1038 if (!active && nsec_datatype == dns_rdatatype_nsec) {
1114 return (active);
1561 "ZSK's for active algorithm list.\n");
1707 "KSKs: %u active, %u revoked, %u "
2108 isc_boolean_t active = ISC_FALSE; local
2112 active = active_node(nextnode);
2113 if (!active) {
2383 isc_boolean_t active; local
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl939 $bw configure -default active
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c171 * likely to be a kernel bug, and so the watcher goes back to the active state.
4561 isc_socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) { argument
4598 if (active) {
4686 UNUSED(active);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c3768 isc_socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active) { argument
3770 UNUSED(active);

Completed in 4608 milliseconds