Searched refs:newval (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/bio/ |
H A D | bio_meth.c | 23 int newval; in BIO_get_new_index() local 30 if (!CRYPTO_UP_REF(&bio_type_count, &newval)) in BIO_get_new_index() 32 if (newval > BIO_TYPE_MASK) in BIO_get_new_index() 34 return newval; in BIO_get_new_index()
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 541 struct ht_internal_value_st *newval, in ossl_ht_insert_locked() argument 568 if (compare_hash(hash, ihash) && match_key(&newval->value.key, in ossl_ht_insert_locked() 580 &newval); in ossl_ht_insert_locked() 601 &newval); in ossl_ht_insert_locked() 641 struct ht_internal_value_st *newval = NULL; in ossl_ht_insert() local 649 newval = alloc_new_value(h, key, data->value, data->type_id); in ossl_ht_insert() 650 if (newval == NULL) in ossl_ht_insert() 660 (rc = ossl_ht_insert_locked(h, hash, newval, olddata)) == -1 in ossl_ht_insert() 669 free_value(newval); in ossl_ht_insert()
|
/openssl/doc/internal/man3/ |
H A D | ossl_ht_new.pod | 327 int *newval = OPENSSL_malloc(sizeof(int)); 334 if (newval == NULL) 337 *newval = 1; 343 rc = ossl_ht_test_int_insert(ht, TO_HT_KEY(&key), newval, NULL);
|
Completed in 7 milliseconds