Searched refs:references (Results 76 - 100 of 110) sorted by relevance

12345

/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds2_srvr.c772 CRYPTO_add(&s->cert->references, 1, CRYPTO_LOCK_SSL_CERT);
782 CRYPTO_add(&s->cert->references, 1, CRYPTO_LOCK_SSL_CERT);
1116 CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509);
H A Dssl_locl.h462 int references; /* >1 only if SSL_copy_session_id is used */ member in struct:cert_st
485 int references; /* actually always 1 at the moment */ member in struct:sess_cert_st
H A Dssl.h461 int references; member in struct:ssl_session_st
731 int references; member in struct:ssl_ctx_st
1084 int references; member in struct:ssl_st
H A Ds2_clnt.c511 CRYPTO_add(&s->session->peer->references, 1, CRYPTO_LOCK_X509);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c211 isc_refcount_t references; member in struct:dns_acacheentry
679 if (isc_refcount_current(&cleaner->current_entry->references) == 1) {
1307 * If no other external references exist (this can happen if the
1411 result = isc_refcount_init(&newentry->references, 1);
1706 isc_refcount_increment(&source->references, NULL);
1719 isc_refcount_decrement(&entry->references, &refs);
1722 * If there are no references to the entry, the entry must have been
H A Dview.c136 result = isc_refcount_init(&view->references, 1);
253 isc_refcount_destroy(&view->references);
282 REQUIRE(isc_refcount_current(&view->references) == 0);
455 isc_refcount_destroy(&view->references);
467 if (isc_refcount_current(&view->references) == 0 &&
481 isc_refcount_increment(&source->references, NULL);
498 isc_refcount_decrement(&view->references, &refs);
H A Dresolver.c221 unsigned int references; member in struct:fetchctx
436 unsigned int references; member in struct:dns_resolver
2224 if (fctx->references == 0) {
3114 REQUIRE(fctx->references == 0);
3147 REQUIRE(fctx->references == 0);
3348 if (fctx->references == 0 && fctx->pending == 0 &&
3398 if (fctx->references == 0) {
3492 fctx->references++;
3566 fctx->references = 0;
3977 * no references an
[all...]
H A Dmaster.c145 isc_uint32_t references; member in struct:dns_loadctx
398 INSIST(source->references > 0);
399 source->references++;
400 INSIST(source->references != 0); /* Overflow? */
416 INSIST(lctx->references > 0);
417 lctx->references--;
418 if (lctx->references == 0)
613 lctx->references = 1; /* Implicit attach. */
H A Dclient.c95 unsigned int references; member in struct:dns_client
534 client->references = 1;
605 client->references--;
606 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
1443 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
1803 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
2923 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h237 int references; member in struct:X509_req_st
273 int references; member in struct:x509_st
446 int references; member in struct:X509_crl_st
465 int references; member in struct:private_key_st
476 int references; member in struct:X509_info_st
H A Dx509_vfy.h207 int references; member in struct:x509_store_st
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c306 * - The client does not detach from the view until references is zero
307 * - references does not go to zero until the resolver has shut down
339 client->references == 0))
343 * or lingering references.
573 * Check that there are no other external references to
2123 client->references = 0;
2408 source->references++;
2411 "ns_client_attach: ref = %d", source->references);
2419 client->references--;
2420 INSIST(client->references >
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c401 result = isc_refcount_init(&pctx->references, 1);
549 isc_refcount_increment(&src->references, NULL);
558 isc_refcount_decrement(&pctx->references, &refs);
2414 result = isc_refcount_init(&obj->references, 1);
2484 isc_refcount_decrement(&obj->references, &refs);
2487 isc_refcount_destroy(&obj->references);
2497 isc_refcount_increment(&src->references, NULL);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1856 /// (matcher = varDecl(hasType(references(recordDecl(hasName("X"))))))
1864 AST_MATCHER_P(QualType, references, internal::Matcher<QualType>,
1890 AST_MATCHER_P_OVERLOAD(QualType, references, internal::Matcher<Decl>,
1892 return references(qualType(hasDeclaration(InnerMatcher)))
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h257 int references; member in struct:ec_key_st
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcrypto.h267 int references; member in struct:__anon36
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c188 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
/freebsd-9.3-release/lib/clang/
H A Dclang.build.mk157 ${CLANG_TBLGEN} -gen-clang-comment-html-named-character-references \
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt20 a few references will be placed at the end of the document.
22 There will be references to functions and structures within the body of
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_env.c177 CRYPTO_add(&recip->references, 1, CRYPTO_LOCK_X509);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1t.h181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
/freebsd-9.3-release/crypto/openssl/
H A De_os.h77 # define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a)
/freebsd-9.3-release/contrib/bmake/mk/
H A Dgendirdeps.mk300 # to output _{VAR} tokens which we will turn into proper ${VAR} references.
/freebsd-9.3-release/sys/conf/
H A Dkern.post.mk167 # dynamic references. We could probably do a '-Bforcedynamic' mode like
/freebsd-9.3-release/crypto/openssl/engines/
H A De_sureware.c415 if (CRYPTO_add(&bio->references, 1, CRYPTO_LOCK_BIO) > 1)

Completed in 307 milliseconds

12345