Searched refs:HT (Results 1 – 7 of 7) sorted by relevance
20 typedef struct ht_internal_st HT; typedef253 HT *ossl_ht_new(const HT_CONFIG *conf);258 void ossl_ht_free(HT *htable);263 void ossl_ht_read_lock(HT *htable);268 void ossl_ht_write_lock(HT *htable);273 void ossl_ht_read_unlock(HT *htable);278 void ossl_ht_write_unlock (HT *htable);283 int ossl_ht_flush(HT *htable);297 int ossl_ht_delete(HT *htable, HT_KEY *key);302 size_t ossl_ht_count(HT *htable);[all …]
120 HT *ht;186 HT *ossl_ht_new(const HT_CONFIG *conf) in ossl_ht_new()246 void ossl_ht_read_lock(HT *htable) in ossl_ht_read_lock()251 void ossl_ht_read_unlock(HT *htable) in ossl_ht_read_unlock()256 void ossl_ht_write_lock(HT *htable) in ossl_ht_write_lock()262 void ossl_ht_write_unlock(HT *htable) in ossl_ht_write_unlock()294 static int ossl_ht_flush_internal(HT *h) in ossl_ht_flush_internal()325 int ossl_ht_flush(HT *h) in ossl_ht_flush()330 void ossl_ht_free(HT *h) in ossl_ht_free()347 size_t ossl_ht_count(HT *h) in ossl_ht_count()[all …]
23 HT *ossl_ht_new(const HT_CONFIG *conf);24 void ossl_ht_free(HT *htable);25 void ossl_ht_read_lock(HT *htable);26 void ossl_ht_read_unlock(HT *htable);27 void ossl_ht_write_lock(HT *htable);28 void ossl_ht_write_unlock(HT *htable);29 int ossl_ht_flush(HT *htable);31 int ossl_ht_delete(HT *htable, HT_KEY *key);32 size_t ossl_ht_count(HT *htable);269 void ossl_ht_free(HT *htable);[all …]
239 HT *ht = NULL; in test_int_hashtable()415 HT *h; in test_hashtable_stress()492 static HT *m_ht = NULL;
50 static HT *fuzzer_table = NULL;
230 7HT
37 HT *namenum_ht; /* Name->number mapping */
Completed in 15 milliseconds