Searched refs:ival (Results 1 – 2 of 2) sorted by relevance
549 HT_VALUE *ival; in ossl_ht_insert_locked() local557 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() local693 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()
882 int ival; in opt_next() local961 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