Searched refs:olddata (Results 1 – 4 of 4) sorted by relevance
/openssl/include/internal/ |
H A D | hashtable.h | 173 vtype **olddata) { \ 180 rc = ossl_ht_insert(h, key, &inval, olddata == NULL ? NULL : &oval); \ 182 *olddata = (vtype *)oval->value; \ 223 vtype **olddata); \ 291 HT_VALUE **olddata);
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 542 HT_VALUE **olddata) in ossl_ht_insert_locked() argument 570 if (olddata == NULL) { in ossl_ht_insert_locked() 578 *olddata = (HT_VALUE *)md->neighborhoods[neigh_idx].entries[j].value; in ossl_ht_insert_locked() 581 ossl_rcu_call(h->lock, free_old_ht_value, *olddata); in ossl_ht_insert_locked() 639 int ossl_ht_insert(HT *h, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata) in ossl_ht_insert() argument 660 (rc = ossl_ht_insert_locked(h, hash, newval, olddata)) == -1 in ossl_ht_insert()
|
/openssl/util/perl/TLSProxy/ |
H A D | CertificateVerify.pm | 79 my $olddata = $self->data();
|
/openssl/doc/internal/man3/ |
H A D | ossl_ht_new.pod | 30 int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata); 233 int ossl_ht_NAME_TYPE_insert(HT* h, HT_KEY *key, <type> *value, HT_VALUE **olddata) 235 provided key. If olddata is not NULL, and a matching key already exists in the
|
Completed in 13 milliseconds