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

/bind-9.11.3/lib/dns/
H A Dkeytable.c37 isc_refcount_t active_nodes; member in struct:dns_keytable
87 result = isc_refcount_init(&keytable->active_nodes, 0);
105 isc_refcount_destroy(&keytable->active_nodes);
150 INSIST(isc_refcount_current(&keytable->active_nodes) == 0);
151 isc_refcount_destroy(&keytable->active_nodes);
343 isc_refcount_increment0(&keytable->active_nodes, NULL);
371 isc_refcount_increment(&keytable->active_nodes, NULL);
419 isc_refcount_increment0(&keytable->active_nodes, NULL);
457 isc_refcount_increment(&keytable->active_nodes, NULL);
506 isc_refcount_increment(&keytable->active_nodes, NUL
[all...]

Completed in 30 milliseconds