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

1 2 3 4 5 6 7

  /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
  /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
  /src/crypto/external/apache2/openssl/dist/include/internal/
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);
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/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)
  /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
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);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
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) {
  /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) {
  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_local.h 30 CRYPTO_REF_COUNT references; member in struct:dh_st
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_local.h 28 CRYPTO_REF_COUNT references; member in struct:dso_st
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_local.h 30 CRYPTO_REF_COUNT references; member in struct:dh_st
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_local.h 28 CRYPTO_REF_COUNT references; member in struct:dso_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_local.h 28 CRYPTO_REF_COUNT references; member in struct:dso_st
  /src/external/bsd/libbind/dist/isc/
logging_p.h 43 int references; member in struct:log_channel
  /src/external/bsd/openldap/dist/servers/lloadd/
epoch.c 56 static struct pending_ref *references[EPOCH_MASK]; variable in typeref:struct:pending_ref
66 assert( !references[epoch] );
84 * observe any epoch, so there might still be references left to free.
87 next = references[epoch];
88 references[epoch] = NULL;
97 next = references[epoch];
98 references[epoch] = NULL;
106 /* No references should exist anywhere now */
108 assert( !references[epoch] );
133 &references[EPOCH_PREV(epoch)], &ref, &ref, __ATOMIC_ACQ_REL )
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-ref.h 64 IPA_REF_ADDR references when representing speculative calls. */
73 /* List of references. This is stored in both callgraph and varpool nodes. */
80 if (!references.length ())
82 return &references[0];
123 references.create (0);
126 /* Return number of references. */
129 return references.length ();
132 /* Store actual references in references vector. */
133 vec<ipa_ref_t, va_heap, vl_ptr> references; member in struct:ipa_ref_list
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-ref.h 64 IPA_REF_ADDR references when representing speculative calls. */
73 /* List of references. This is stored in both callgraph and varpool nodes. */
80 if (!references.length ())
82 return &references[0];
123 references.create (0);
126 /* Return number of references. */
129 return references.length ();
132 /* Store actual references in references vector. */
133 vec<ipa_ref_t, va_heap, vl_ptr> references; member in struct:ipa_ref_list
    [all...]

Completed in 60 milliseconds

1 2 3 4 5 6 7