Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/NextBSD/contrib/ntp/lib/isc/
HDstats.c62 unsigned int references; /* locked by lock */ member
120 stats->references = 1; in create_stats()
155 stats->references++; in isc_stats_attach()
171 stats->references--; in isc_stats_detach()
174 if (stats->references == 0) { in isc_stats_detach()
HDmem.c137 unsigned int references; member
936 ctx->references = 1; in isc__mem_createx2()
1091 INSIST(ctx->references == 0); in destroy()
1130 source->references++; in isc__mem_attach()
1146 INSIST(ctx->references > 0); in isc__mem_detach()
1147 ctx->references--; in isc__mem_detach()
1148 if (ctx->references == 0) in isc__mem_detach()
1197 ctx->references--; in isc___mem_putanddetach()
1198 if (ctx->references == 0) in isc___mem_putanddetach()
1217 INSIST(ctx->references > 0); in isc___mem_putanddetach()
[all …]
HDtask.c110 unsigned int references; member
302 REQUIRE(task->references == 0); in task_finished()
353 task->references = 1; in isc__task_create()
405 source->references++; in isc__task_attach()
482 REQUIRE(task->references > 0); in task_detach()
486 task->references--; in task_detach()
487 if (task->references == 0 && task->state == task_state_idle) { in task_detach()
1124 if (task->references == 0 && in dispatch()
1164 if (task->references == 0 && in dispatch()
1788 xmlTextWriterWriteFormatString(writer, "%d", task->references); in isc_taskmgr_renderxml()
/NextBSD/crypto/openssl/crypto/
HDmem_dbg.c155 int references; member
200 if (--(inf->references) <= 0) { in app_info_free()
366 next->references++; in IMPLEMENT_LHASH_HASH_FN()
378 if (--(ret->references) <= 0) { in IMPLEMENT_LHASH_HASH_FN()
381 next->references--; in IMPLEMENT_LHASH_HASH_FN()
413 ami->references = 1; in CRYPTO_push_info_()
524 amim->references++; in CRYPTO_dbg_malloc()
530 mm->app_info->references--; in CRYPTO_dbg_malloc()
HDcryptlib.c265 pointer->references = 1; in CRYPTO_get_new_dynlockid()
315 --pointer->references; in CRYPTO_destroy_dynlockid()
317 if (pointer->references < 0) { in CRYPTO_destroy_dynlockid()
323 if (pointer->references <= 0) { in CRYPTO_destroy_dynlockid()
347 pointer->references++; in CRYPTO_get_dynlock_value()
/NextBSD/contrib/amd/
HDFREEBSD-upgrade48 r1.2 sort cross references
60 r1.2 sorting of references
72 r1.2 More sorting of references.
89 r1.8 Fix a bunch of broken cross-references
94 r1.3 More sorting of references.
/NextBSD/crypto/openssl/doc/crypto/
HDOPENSSL_instrument_bus.pod5 OPENSSL_instrument_bus, OPENSSL_instrument_bus2 - instrument references to memory bus
16 It was empirically found that timings of references to primary memory
18 subroutines in question instrument these references for purposes of
/NextBSD/contrib/groff/src/preproc/refer/
HDTODO1 inline references
3 Some sort of macro/subroutine that can cover several references.
54 references? (Unix refer seems to treat them like `%').
71 Provide an option that writes a file containing just the references
89 these references should sort after any years)
/NextBSD/crypto/openssl/ssl/
HDssl_cert.c212 ret->references = 1; in ssl_cert_new()
230 ret->references = 1; in ssl_cert_dup()
295 CRYPTO_add(&rpk->x509->references, 1, CRYPTO_LOCK_X509); in ssl_cert_dup()
300 CRYPTO_add(&cpk->privatekey->references, 1, CRYPTO_LOCK_EVP_PKEY); in ssl_cert_dup()
374 CRYPTO_add(&cert->verify_store->references, 1, in ssl_cert_dup()
380 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE); in ssl_cert_dup()
461 i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT); in ssl_cert_free()
578 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); in ssl_cert_add1_chain_cert()
646 ret->references = 1; in ssl_sess_cert_new()
658 i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); in ssl_sess_cert_free()
[all …]
HDssl_sess.c168 sess->references++; in SSL_get1_session()
204 ss->references = 1; in SSL_SESSION_new()
270 dest->references = 1; in ssl_session_dup()
273 CRYPTO_add(&src->sess_cert->references, 1, CRYPTO_LOCK_SSL_SESS_CERT); in ssl_session_dup()
276 CRYPTO_add(&src->peer->references, 1, CRYPTO_LOCK_X509); in ssl_session_dup()
620 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_SSL_SESSION); in ssl_get_prev_session()
642 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_SSL_SESSION); in ssl_get_prev_session()
751 CRYPTO_add(&c->references, 1, CRYPTO_LOCK_SSL_SESSION); in SSL_CTX_add_session()
850 i = CRYPTO_add(&ss->references, -1, CRYPTO_LOCK_SSL_SESSION); in SSL_SESSION_free()
932 CRYPTO_add(&session->references, 1, CRYPTO_LOCK_SSL_SESSION); in SSL_set_session()
/NextBSD/crypto/openssl/crypto/asn1/
HDx_info.c79 ret->references = 1; in X509_INFO_new()
93 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO); in X509_INFO_free()
HDx_pkey.c119 ret->references = 1; in X509_PKEY_new()
131 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_PKEY); in X509_PKEY_free()
/NextBSD/crypto/openssl/crypto/threads/
HDmttest.c846 s_ctx->references, c_ctx->references); in do_threads()
934 s_ctx->references, c_ctx->references); in do_threads()
1028 s_ctx->references, c_ctx->references); in do_threads()
1110 s_ctx->references, c_ctx->references); in do_threads()
1200 s_ctx->references, c_ctx->references); in do_threads()
/NextBSD/crypto/openssl/crypto/dh/
HDdh_lib.c167 ret->references = 1; in DH_new_method()
187 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH); in DH_free()
230 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH); in DH_up_ref()
/NextBSD/crypto/openssl/crypto/store/
HDstr_lib.c254 CRYPTO_add(&object->data.x509.certificate->references, 1, in STORE_get_certificate()
279 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_X509); in STORE_store_certificate()
381 CRYPTO_add(&object->data.x509.certificate->references, 1, in STORE_list_certificate_next()
432 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_generate_key()
456 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_get_private_key()
486 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_store_private_key()
590 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_list_private_key_next()
640 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_get_public_key()
670 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_store_public_key()
774 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY); in STORE_list_public_key_next()
[all …]
/NextBSD/crypto/openssl/crypto/x509/
HDx509_lu.c213 ret->references = 1; in X509_STORE_new()
241 i = CRYPTO_add(&vfy->references, -1, CRYPTO_LOCK_X509_STORE); in X509_STORE_free()
407 CRYPTO_add(&a->data.x509->references, 1, CRYPTO_LOCK_X509); in X509_OBJECT_up_ref_count()
410 CRYPTO_add(&a->data.crl->references, 1, CRYPTO_LOCK_X509_CRL); in X509_OBJECT_up_ref_count()
518 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); in STACK_OF()
560 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509_CRL); in STACK_OF()
/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_lib.c173 ret->references = 1; in DSA_new_method()
196 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DSA); in DSA_free()
237 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA); in DSA_up_ref()
/NextBSD/contrib/gcc/doc/
HDloop.texi305 does not have to be fully analyzed and it may contain references to
307 recursive) references, @code{instantiate_parameters} or
455 data dependences for all the array and pointer references for a given
459 a first vector will contain the set of data references that are
461 the dependence relations between the data references. Thus if the
462 vector of data references is of size @code{n}, the vector containing the
465 interfere with the data references in the current analyzed loop, the
466 analysis stops while scanning the loop body for data references, and
470 The data references are discovered in a particular order during the
472 and the data references of each statement are pushed at the end of the
[all …]
/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_lib.c179 ret->references = 1; in RSA_new_method()
215 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA); in RSA_free()
264 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA); in RSA_up_ref()
/NextBSD/contrib/ntp/lib/isc/unix/
HDsocket.c310 unsigned int references; member
610 #define SOCK_DEAD(s) ((s)->references == 0)
2053 sock->references = 0; in allocate_socket()
2172 INSIST(sock->references == 0); in free_socket()
2597 sock->references = 1; in socket_create()
2667 REQUIRE(sock->references == 1); in isc__socket_open()
2735 sock->references = 1; in isc__socket_fdwatchcreate()
2817 sock->references++; in isc__socket_attach()
2837 REQUIRE(sock->references > 0); in isc__socket_detach()
2838 sock->references--; in isc__socket_detach()
[all …]
/NextBSD/crypto/openssl/crypto/ec/
HDec_mult.c88 int references; member
114 ret->references = 1; in ec_pre_comp_new()
124 CRYPTO_add(&src->references, 1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_dup()
137 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_free()
159 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP); in ec_pre_comp_clear_free()
/NextBSD/crypto/openssl/crypto/dso/
HDdso_lib.c123 ret->references = 1; in DSO_new_method()
140 i = CRYPTO_add(&dso->references, -1, CRYPTO_LOCK_DSO); in DSO_free()
185 CRYPTO_add(&dso->references, 1, CRYPTO_LOCK_DSO); in DSO_up_ref()
/NextBSD/crypto/openssl/crypto/cms/
HDcms_lib.c478 CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509); in CMS_add1_cert()
538 CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL); in CMS_add1_crl()
563 CRYPTO_add(&cch->d.certificate->references, 1, CRYPTO_LOCK_X509); in STACK_OF()
591 CRYPTO_add(&rch->d.crl->references, 1, CRYPTO_LOCK_X509_CRL); in STACK_OF()
/NextBSD/contrib/byacc/test/yacc/
HDerr_syntax18.error1 YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule
/NextBSD/contrib/byacc/test/btyacc/
HDerr_syntax18.error1 YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule

12345678910>>...15