Lines Matching refs:hash_table
124 string_hash(hash_table *ht, char *key) in string_hash()
224 hash_table *
228 hash_table *result; in hash_create()
234 result = (hash_table *)malloc(sizeof(hash_table)); in hash_create()
262 hash_count(hash_table *ht) in hash_count()
287 hash_sizeinfo(unsigned int *sizes, int max, hash_table *ht) in hash_sizeinfo()
323 hash_add_uint(hash_table *ht, unsigned int key, void *value) in hash_add_uint()
386 hash_replace_uint(hash_table *ht, unsigned int key, void *value) in hash_replace_uint()
438 hash_lookup_uint(hash_table *ht, unsigned int key) in hash_lookup_uint()
476 hash_remove_uint(hash_table *ht, unsigned int key) in hash_remove_uint()
522 hash_first_uint(hash_table *ht, hash_pos *pos) in hash_first_uint()
661 hash_add_pid(hash_table *ht, pid_t key, void *value) in hash_add_pid()
724 hash_replace_pid(hash_table *ht, pid_t key, void *value) in hash_replace_pid()
776 hash_lookup_pid(hash_table *ht, pid_t key) in hash_lookup_pid()
814 hash_remove_pid(hash_table *ht, pid_t key) in hash_remove_pid()
860 hash_first_pid(hash_table *ht, hash_pos *pos) in hash_first_pid()
999 hash_add_string(hash_table *ht, char * key, void *value) in hash_add_string()
1062 hash_replace_string(hash_table *ht, char * key, void *value) in hash_replace_string()
1114 hash_lookup_string(hash_table *ht, char * key) in hash_lookup_string()
1152 hash_remove_string(hash_table *ht, char * key) in hash_remove_string()
1198 hash_first_string(hash_table *ht, hash_pos *pos) in hash_first_string()
1337 hash_add_pidthr(hash_table *ht, pidthr_t key, void *value) in hash_add_pidthr()
1400 hash_replace_pidthr(hash_table *ht, pidthr_t key, void *value) in hash_replace_pidthr()
1452 hash_lookup_pidthr(hash_table *ht, pidthr_t key) in hash_lookup_pidthr()
1490 hash_remove_pidthr(hash_table *ht, pidthr_t key) in hash_remove_pidthr()
1536 hash_first_pidthr(hash_table *ht, hash_pos *pos) in hash_first_pidthr()
1676 hash_add_lwpid(hash_table *ht, lwpid_t key, void *value) in hash_add_lwpid()
1739 hash_replace_lwpid(hash_table *ht, lwpid_t key, void *value) in hash_replace_lwpid()
1791 hash_lookup_lwpid(hash_table *ht, lwpid_t key) in hash_lookup_lwpid()
1829 hash_remove_lwpid(hash_table *ht, lwpid_t key) in hash_remove_lwpid()
1875 hash_first_lwpid(hash_table *ht, hash_pos *pos) in hash_first_lwpid()