Home
last modified time | relevance | path

Searched refs:hash_map_entry_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/common/osi/
Dhash_map.c45 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_()
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/
Dhash_map.h28 typedef struct hash_map_entry_t { struct
32 } hash_map_entry_t; argument
38 typedef bool (*hash_map_iter_cb)(hash_map_entry_t *hash_entry, void *context);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c622 bool hash_iter_ro_cb(hash_map_entry_t *hash_map_entry, void *context) in hash_iter_ro_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c101 static bool background_connections_pending_cb(hash_map_entry_t *hash_entry, void *context) in background_connections_pending_cb()