Lines Matching defs:key

124 string_hash(hash_table *ht, char *key)  in string_hash()
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()
618 unsigned int key; in hash_remove_pos_uint() local
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()
956 pid_t key; in hash_remove_pos_pid() local
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()
1294 char * key; in hash_remove_pos_string() local
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()
1632 pidthr_t key; in hash_remove_pos_pidthr() local
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()
1971 lwpid_t key; in hash_remove_pos_lwpid() local