Home
last modified time | relevance | path

Searched refs:ival (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/hashtable/
H A Dhashtable.c549 HT_VALUE *ival; in ossl_ht_insert_locked() local
557 ival = ossl_rcu_deref(&md->neighborhoods[neigh_idx].entries[j].value); in ossl_ht_insert_locked()
558 if (ival == NULL) { in ossl_ht_insert_locked()
569 &ival->key)) { in ossl_ht_insert_locked()
681 struct ht_internal_value_st *ival = NULL; in ossl_ht_get() local
693 ival = ossl_rcu_deref(&md->neighborhoods[neigh_idx].entries[j].value); in ossl_ht_get()
694 if (ival == NULL) { in ossl_ht_get()
703 if (compare_hash(hash, ehash) && match_key(&ival->value.key, key)) in ossl_ht_get()
704 return (HT_VALUE *)ival; in ossl_ht_get()
/openssl/apps/lib/
H A Dopt.c882 int ival; in opt_next() local
961 if (!opt_int(arg, &ival)) in opt_next()
963 if (o->valtype == 'p' && ival <= 0) { in opt_next()
968 if (o->valtype == 'N' && ival < 0) { in opt_next()
1001 OPT_FMT_ANY, &ival)) in opt_next()

Completed in 10 milliseconds