Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dhashtable.h180 rc = ossl_ht_insert(h, key, &inval, olddata == NULL ? NULL : &oval); \
290 int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data,
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod8 ossl_ht_flush, ossl_ht_insert,
30 int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata);
112 ossl_ht_insert() inserts an B<HT_VALUE> element into the hash table, to be
271 ossl_ht_flush() and ossl_ht_insert() return 1 on success and 0 on error
284 ossl_ht_insert() returns 1 if an element was inserted, 0 if the element is
/openssl/crypto/
H A Dcore_namemap.c265 ret = ossl_ht_insert(namemap->namenum_ht, TO_HT_KEY(&key), &val, NULL); in namemap_add_name()
/openssl/crypto/hashtable/
H A Dhashtable.c639 int ossl_ht_insert(HT *h, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata) in ossl_ht_insert() function

Completed in 14 milliseconds