ESP-IDF
hash_map_entry_t::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hash_map_entry_t::data
hash_map_entry_t::data field
Syntax
Show:
Summary
Declaration
from
hash_map.h:30
void
*
data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
data
;
hash_map.h:30
osi_alarm_t
*
alarm
=
(
osi_alarm_t
*
)
hash_map_entry
->
data
;
bta_sys_main.c:624
hash_iter_ro_cb()
background_connection_t
*
connection
=
hash_entry
->
data
;
btm_ble_bgconn.c:104
background_connections_pending_cb()
hash_map_entry
->
data
=
data
;
hash_map.c:157
hash_map_set()
return
hash_map_entry
->
data
;
hash_map.c:194
hash_map_get()
hash_map
->
data_fn
(
hash_map_entry
->
data
)
;
hash_map.c:243
bucket_free_()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hash_map_entry_t::data
is written by 1 function and is read by 4 functions:
hash_map_set()
All items filtered out
hash_map_entry_t::data
hash_map_get()
bucket_free_()
hash_iter_ro_cb()
background_connections_pending_cb()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out