Home
last modified time | relevance | path

Searched refs:olddata (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dhashtable.h170 vtype **olddata) { \
177 rc = ossl_ht_insert(h, key, &inval, olddata == NULL ? NULL : &oval); \
179 *olddata = (vtype *)oval->value; \
220 vtype **olddata); \
288 HT_VALUE **olddata);
/openssl/crypto/hashtable/
H A Dhashtable.c520 HT_VALUE **olddata) in ossl_ht_insert_locked() argument
538 if (olddata == NULL) { in ossl_ht_insert_locked()
545 *olddata = (HT_VALUE *)md->neighborhoods[neigh_idx].entries[j].value; in ossl_ht_insert_locked()
548 ossl_rcu_call(h->lock, free_old_ht_value, *olddata); in ossl_ht_insert_locked()
589 int ossl_ht_insert(HT *h, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata) in ossl_ht_insert() argument
609 rc = ossl_ht_insert_locked(h, hash, newval, olddata); in ossl_ht_insert()
/openssl/util/perl/TLSProxy/
H A DCertificateVerify.pm79 my $olddata = $self->data();
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod30 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 11 milliseconds