Home | History | Annotate | Download | only in internal

Lines Matching refs:htable

287 void ossl_ht_free(HT *htable);
292 void ossl_ht_read_lock(HT *htable);
297 void ossl_ht_write_lock(HT *htable);
302 void ossl_ht_read_unlock(HT *htable);
307 void ossl_ht_write_unlock(HT *htable);
312 int ossl_ht_flush(HT *htable);
319 int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data,
326 int ossl_ht_delete(HT *htable, HT_KEY *key);
331 size_t ossl_ht_count(HT *htable);
341 void ossl_ht_foreach_until(HT *htable, int (*cb)(HT_VALUE *obj, void *arg),
350 HT_VALUE_LIST *ossl_ht_filter(HT *htable, size_t max_len,
362 HT_VALUE *ossl_ht_get(HT *htable, HT_KEY *key);