Searched refs:hash_map_entry_t (Results 1 – 4 of 4) sorted by relevance
45 static hash_map_entry_t *find_bucket_entry_(list_t *hash_bucket_list,122 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_has_key()141 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_set()151 hash_map_entry = osi_calloc(sizeof(hash_map_entry_t)); in hash_map_set()170 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_erase()192 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_get()225 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in hash_map_foreach()236 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)data; in bucket_free_()248 static hash_map_entry_t *find_bucket_entry_(list_t *hash_bucket_list, in find_bucket_entry_()259 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in find_bucket_entry_()
28 typedef struct hash_map_entry_t { struct32 } hash_map_entry_t; argument38 typedef bool (*hash_map_iter_cb)(hash_map_entry_t *hash_entry, void *context);
622 bool hash_iter_ro_cb(hash_map_entry_t *hash_map_entry, void *context) in hash_iter_ro_cb()
101 static bool background_connections_pending_cb(hash_map_entry_t *hash_entry, void *context) in background_connections_pending_cb()