Home
last modified time | relevance | path

Searched refs:hashlib_create_table (Results 1 – 6 of 6) sorted by relevance

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib_tests.c48 test_ptr = hashlib_create_table(sizeof(iKey), in hashlib_test1()
151 hashlib_create_table(sizeof(uint32_t),
H A Dhashlib.h182 hashlib_create_table(
H A Dhashlib_metrics.c70 table_ptr = hashlib_create_table(sizeof(uint32_t), in do_test()
H A Dhashlib.c405 hashlib_create_table( in hashlib_create_table() function
/dports/security/silktools/silk-3.19.1/src/rwresolve/
H A Drwresolve.c910 hash4 = hashlib_create_table(sizeof(uint32_t), sizeof(uint32_t), in reallocCache()
922 hash6 = hashlib_create_table(16, sizeof(uint32_t), in reallocCache()
/dports/security/silktools/silk-3.19.1/src/rwstats/
H A Dskunique.c1292 hash_set->table = hashlib_create_table(key_width, 1, HTT_INPLACE, in hashset_create_set()
3745 uniq->ht = hashlib_create_table(uniq->fi.key_octets, in uniqueCreateHashTable()