Lines Matching defs:ht

83 string_hash(hash_table *ht, char *key)  in string_hash()
225 hash_count(hash_table *ht) in hash_count()
251 hash_sizeinfo(unsigned int *sizes, int max, hash_table *ht) in hash_sizeinfo()
287 hash_add_uint(hash_table *ht, unsigned int key, void *value) in hash_add_uint()
350 hash_replace_uint(hash_table *ht, unsigned int key, void *value) in hash_replace_uint()
402 hash_lookup_uint(hash_table *ht, unsigned int key) in hash_lookup_uint()
440 hash_remove_uint(hash_table *ht, unsigned int key) in hash_remove_uint()
486 hash_first_uint(hash_table *ht, hash_pos *pos) in hash_first_uint()
621 hash_add_pid(hash_table *ht, pid_t key, void *value) in hash_add_pid()
684 hash_replace_pid(hash_table *ht, pid_t key, void *value) in hash_replace_pid()
736 hash_lookup_pid(hash_table *ht, pid_t key) in hash_lookup_pid()
774 hash_remove_pid(hash_table *ht, pid_t key) in hash_remove_pid()
820 hash_first_pid(hash_table *ht, hash_pos *pos) in hash_first_pid()
956 hash_add_string(hash_table *ht, char * key, void *value) in hash_add_string()
1019 hash_replace_string(hash_table *ht, char * key, void *value) in hash_replace_string()
1071 hash_lookup_string(hash_table *ht, char * key) in hash_lookup_string()
1109 hash_remove_string(hash_table *ht, char * key) in hash_remove_string()
1155 hash_first_string(hash_table *ht, hash_pos *pos) in hash_first_string()
1294 hash_add_pidthr(hash_table *ht, pidthr_t key, void *value) in hash_add_pidthr()
1357 hash_replace_pidthr(hash_table *ht, pidthr_t key, void *value) in hash_replace_pidthr()
1409 hash_lookup_pidthr(hash_table *ht, pidthr_t key) in hash_lookup_pidthr()
1447 hash_remove_pidthr(hash_table *ht, pidthr_t key) in hash_remove_pidthr()
1493 hash_first_pidthr(hash_table *ht, hash_pos *pos) in hash_first_pidthr()
1630 hash_add_lwpid(hash_table *ht, lwpid_t key, void *value) in hash_add_lwpid()
1693 hash_replace_lwpid(hash_table *ht, lwpid_t key, void *value) in hash_replace_lwpid()
1745 hash_lookup_lwpid(hash_table *ht, lwpid_t key) in hash_lookup_lwpid()
1783 hash_remove_lwpid(hash_table *ht, lwpid_t key) in hash_remove_lwpid()
1829 hash_first_lwpid(hash_table *ht, hash_pos *pos) in hash_first_lwpid()