Home
last modified time | relevance | path

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

12345678910>>...15

/trueos/contrib/texinfo/info/
HDinfo-utils.c334 info_get_labeled_reference (char *label, REFERENCE **references) in info_get_labeled_reference() argument
339 for (i = 0; references && (entry = references[i]); i++) in info_get_labeled_reference()
407 info_free_references (REFERENCE **references) in info_free_references() argument
412 if (references) in info_free_references()
414 for (i = 0; references && (entry = references[i]); i++) in info_free_references()
423 free (references); in info_free_references()
HDinfo-utils.h77 REFERENCE **references);
93 extern void info_free_references (REFERENCE **references);
/trueos/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()
/trueos/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.
/trueos/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)
/trueos/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()
/trueos/crypto/openssl/ssl/
HDssl_cert.c191 ret->references = 1; in ssl_cert_new()
270 CRYPTO_add(&ret->pkeys[i].x509->references, 1, CRYPTO_LOCK_X509); in ssl_cert_dup()
275 CRYPTO_add(&ret->pkeys[i].privatekey->references, 1, in ssl_cert_dup()
285 ret->references = 1; in ssl_cert_dup()
327 i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT); in ssl_cert_free()
403 ret->references = 1; in ssl_sess_cert_new()
415 i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); in ssl_sess_cert_free()
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()
649 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_SSL_SESSION); in ssl_get_prev_session()
671 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_SSL_SESSION); in ssl_get_prev_session()
780 CRYPTO_add(&c->references, 1, CRYPTO_LOCK_SSL_SESSION); in SSL_CTX_add_session()
879 i = CRYPTO_add(&ss->references, -1, CRYPTO_LOCK_SSL_SESSION); in SSL_SESSION_free()
961 CRYPTO_add(&session->references, 1, CRYPTO_LOCK_SSL_SESSION); in SSL_set_session()
/trueos/crypto/openssl/crypto/threads/
HDmttest.c846 s_ctx->references, c_ctx->references); in do_threads()
933 s_ctx->references, c_ctx->references); in do_threads()
1026 s_ctx->references, c_ctx->references); in do_threads()
1107 s_ctx->references, c_ctx->references); in do_threads()
1197 s_ctx->references, c_ctx->references); in do_threads()
/trueos/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()
/trueos/contrib/nvi/docs/internals/
HDstructures11 references the GS structure.
14 Each SCR structure normally references a file (EXF) structure.
19 instances of screens, and the EXF structure persists over references to
27 references an underlying EXF structure. The SCR structure is necessary
/trueos/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 …]
/trueos/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()
/trueos/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 …]
/trueos/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()
/trueos/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()
/trueos/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()
/trueos/crypto/openssl/crypto/x509/
HDx509_lu.c213 ret->references = 1; in X509_STORE_new()
394 CRYPTO_add(&a->data.x509->references, 1, CRYPTO_LOCK_X509); in X509_OBJECT_up_ref_count()
397 CRYPTO_add(&a->data.crl->references, 1, CRYPTO_LOCK_X509_CRL); in X509_OBJECT_up_ref_count()
505 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); in STACK_OF()
549 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509_CRL); in STACK_OF()
/trueos/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()
/trueos/contrib/byacc/test/btyacc/
HDerr_syntax18.error1 YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule
/trueos/contrib/byacc/test/yacc/
HDerr_syntax18.error1 YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule
/trueos/contrib/libyaml/src/
HDdumper.c213 emitter->anchors[index-1].references ++; in yaml_emitter_anchor_node()
215 if (emitter->anchors[index-1].references == 1) { in yaml_emitter_anchor_node()
235 else if (emitter->anchors[index-1].references == 2) { in yaml_emitter_anchor_node()
/trueos/crypto/openssl/crypto/pkcs7/
HDpk7_lib.c314 CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509); in PKCS7_add_certificate()
347 CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL); in PKCS7_add_crl()
377 CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY); in PKCS7_SIGNER_INFO_set()
553 CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509); in PKCS7_RECIP_INFO_set()

12345678910>>...15