HomeSort by: relevance | last modified time | path
    Searched defs:references (Results 1 - 25 of 338) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
aclconf.h 34 isc_refcount_t references; member in struct:cfg_aclconfctx
52 * Removes a reference to an ACL configuration context; when references
77 * into nested dns_acl_t objects. Multiple references to the same
78 * named ACLs will be converted into shared references to a single
aclconf.h 34 isc_refcount_t references; member in struct:cfg_aclconfctx
52 * Removes a reference to an ACL configuration context; when references
77 * into nested dns_acl_t objects. Multiple references to the same
78 * named ACLs will be converted into shared references to a single
  /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
aclconf.h 33 isc_refcount_t references; member in struct:cfg_aclconfctx
51 * Removes a reference to an ACL configuration context; when references
70 * into nested dns_acl_t objects. Multiple references to the same
71 * named ACLs will be converted into shared references to a single
aclconf.h 33 isc_refcount_t references; member in struct:cfg_aclconfctx
51 * Removes a reference to an ACL configuration context; when references
70 * into nested dns_acl_t objects. Multiple references to the same
71 * named ACLs will be converted into shared references to a single
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_ssl.h 33 CRYPTO_REF_COUNT references; member in struct:quic_token_st
quic_ssl.h 33 CRYPTO_REF_COUNT references; member in struct:quic_token_st
  /src/external/mpl/dhcp/bind/dist/lib/dns/
lib.c 49 static isc_refcount_t references; variable
57 isc_refcount_init(&references, 0);
102 isc_refcount_increment0(&references);
109 if (isc_refcount_decrement(&references) == 1) {
112 isc_refcount_destroy(&references);
lib.c 49 static isc_refcount_t references; variable
57 isc_refcount_init(&references, 0);
102 isc_refcount_increment0(&references);
109 if (isc_refcount_decrement(&references) == 1) {
112 isc_refcount_destroy(&references);
  /src/lib/libform/
type_regex.c 48 unsigned references; member in struct:__anon487
64 new->references = 1;
82 ((regex_args *) (void *) args)->references++;
94 ((regex_args *) (void *) args)->references--;
95 if (((regex_args *) (void *) args)->references == 0)
type_regex.c 48 unsigned references; member in struct:__anon487
64 new->references = 1;
82 ((regex_args *) (void *) args)->references++;
94 ((regex_args *) (void *) args)->references--;
95 if (((regex_args *) (void *) args)->references == 0)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
forward.h 46 isc_refcount_t references; member in struct:dns_forwarders
iptable.h 31 isc_refcount_t references; member in struct:dns_iptable
forward.h 46 isc_refcount_t references; member in struct:dns_forwarders
iptable.h 31 isc_refcount_t references; member in struct:dns_iptable
keystore.h 53 isc_refcount_t references; member in struct:dns_keystore
skr.h 49 isc_refcount_t references; member in struct:dns_skr
  /src/external/mpl/bind/dist/lib/ns/
stats.c 34 isc_refcount_t references; member in struct:ns_stats
42 isc_refcount_increment(&stats->references);
56 if (isc_refcount_decrement(&stats->references) == 1) {
58 isc_refcount_destroy(&stats->references);
70 isc_refcount_init(&stats->references, 1);
stats.c 34 isc_refcount_t references; member in struct:ns_stats
42 isc_refcount_increment(&stats->references);
56 if (isc_refcount_decrement(&stats->references) == 1) {
58 isc_refcount_destroy(&stats->references);
70 isc_refcount_init(&stats->references, 1);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
nta.h 58 isc_refcount_t references; member in struct:dns_ntatable
nta.h 58 isc_refcount_t references; member in struct:dns_ntatable
  /src/external/mpl/dhcp/bind/dist/lib/isc/
counter.c 34 isc_refcount_t references; member in struct:isc_counter
50 isc_refcount_init(&counter->references, 1);
90 isc_refcount_increment(&source->references);
97 isc_refcount_destroy(&counter->references);
111 if (isc_refcount_decrement(&counter->references) == 1) {
counter.c 34 isc_refcount_t references; member in struct:isc_counter
50 isc_refcount_init(&counter->references, 1);
90 isc_refcount_increment(&source->references);
97 isc_refcount_destroy(&counter->references);
111 if (isc_refcount_decrement(&counter->references) == 1) {
  /src/external/mpl/bind/dist/lib/dns/
order.c 43 isc_refcount_t references; member in struct:dns_order
62 isc_refcount_init(&order->references, 1);
131 isc_refcount_increment(&source->references);
142 if (isc_refcount_decrement(&order->references) == 1) {
143 isc_refcount_destroy(&order->references);
  /src/external/mpl/bind/dist/lib/isc/
counter.c 34 isc_refcount_t references; member in struct:isc_counter
50 isc_refcount_init(&counter->references, 1);
97 isc_refcount_increment(&source->references);
104 isc_refcount_destroy(&counter->references);
118 if (isc_refcount_decrement(&counter->references) == 1) {
  /src/external/mpl/bind/dist/lib/isc/netmgr/
timer.c 23 isc_refcount_t references; member in struct:isc_nm_timer
47 isc_refcount_init(&timer->references, 1);
62 isc_refcount_increment(&timer->references);
92 if (isc_refcount_decrement(&timer->references) == 1) {

Completed in 120 milliseconds

1 2 3 4 5 6 7 8 91011>>