| /trueos/contrib/texinfo/info/ |
| HD | info-utils.c | 334 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()
|
| HD | info-utils.h | 77 REFERENCE **references); 93 extern void info_free_references (REFERENCE **references);
|
| /trueos/crypto/openssl/crypto/ |
| HD | mem_dbg.c | 155 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()
|
| HD | cryptlib.c | 265 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/ |
| HD | FREEBSD-upgrade | 48 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/ |
| HD | TODO | 1 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/ |
| HD | x_info.c | 79 ret->references = 1; in X509_INFO_new() 93 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO); in X509_INFO_free()
|
| HD | x_pkey.c | 119 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/ |
| HD | ssl_cert.c | 191 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()
|
| HD | ssl_sess.c | 168 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/ |
| HD | mttest.c | 846 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/ |
| HD | dh_lib.c | 167 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/ |
| HD | structures | 11 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/ |
| HD | str_lib.c | 254 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/ |
| HD | dsa_lib.c | 173 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/ |
| HD | loop.texi | 305 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/ |
| HD | rsa_lib.c | 179 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/ |
| HD | cms_lib.c | 478 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/ |
| HD | ec_mult.c | 88 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/ |
| HD | x509_lu.c | 213 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/ |
| HD | dso_lib.c | 123 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/ |
| HD | err_syntax18.error | 1 YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule
|
| /trueos/contrib/byacc/test/yacc/ |
| HD | err_syntax18.error | 1 YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule
|
| /trueos/contrib/libyaml/src/ |
| HD | dumper.c | 213 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/ |
| HD | pk7_lib.c | 314 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()
|