Lines Matching refs:HT_KEY
30 int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data, HT_VALUE **olddata);
31 int ossl_ht_delete(HT *htable, HT_KEY *key);
36 HT_VALUE *ossl_ht_get(HT *htable, HT_KEY *key);
113 hashed using the corresponding B<HT_KEY> value.
118 B<HT_KEY> value.
154 ossl_ht_get() performs a lookup of an B<HT_KEY> in the hashtable, returning
166 The resulting type may be converted to an HT_KEY variable via the HT_TO_KEY()
213 HE_END_KEY_DEFN() to the generic HT_KEY type
217 FROM_HT_KEY() Converts an HT_KEY back to a specific key type as defined by
233 int ossl_ht_NAME_TYPE_insert(HT* h, HT_KEY *key, <type> *value, HT_VALUE **olddata)
241 <TYPE> ossl_ht_NAME_TYPE_get(HT *h, HT_KEY *key, HT_VALUE **v)