ESP-IDF
hash_map_erase()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hash_map_erase()
hash_map_erase() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.h:97
bool
hash_map_erase
(
hash_map_t
*
hash_map
,
const
void
*
key
)
;
Implemented in
hash_map.c:163
Arguments
Argument
hash_map
key
Related Functions
Found 6 other functions taking a
hash_map_t
argument:
Function
hash_map_get()
hash_map_set()
hash_map_free()
hash_map_has_key()
hash_map_clear()
hash_map_foreach()
Examples
References
from
examples
Code
Location
Referrer
bool
hash_map_erase
(
hash_map_t
*
hash_map
,
const
void
*
key
)
hash_map.c:163
bool
hash_map_erase
(
hash_map_t
*
hash_map
,
const
void
*
key
)
;
hash_map.h:97
hash_map_erase
(
bta_alarm_hash_map
,
p_tle
)
;
bta_sys_main.c:702
bta_sys_free_timer()
return
hash_map_erase
(
background_connections
,
address
)
;
btm_ble_bgconn.c:89
background_connection_remove()
hash_map_erase
(
btu_general_alarm_hash_map
,
p_tle
)
;
btu_task.c:507
btu_free_timer()
hash_map_erase
(
btu_l2cap_alarm_hash_map
,
p_tle
)
;
btu_task.c:612
btu_free_quick_timer()
hash_map_erase
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
)
;
packet_fragmenter.c:160
reassemble_and_dispatch()
hash_map_erase
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
)
;
packet_fragmenter.c:221
reassemble_and_dispatch()
hash_map_erase
(
bm_alarm_hash_map
,
work
)
;
timer.c:216
k_delayed_work_free()
Call Tree
from
examples
hash_map_erase()
is called by 6 functions and calls 6 functions:
bta_sys_free_timer()
reassemble_and_dispatch()
background_connection_remove()
btu_free_timer()
btu_free_quick_timer()
k_delayed_work_free()
All items filtered out
hash_map_erase()
__assert_func()
list_remove()
list_free()
list_is_empty()
find_bucket_entry_()
hash_map_t::hash_fn
All items filtered out
Data Use
from
examples
hash_map_erase()
reads 4 variables and writes 2 variables:
hash_map_bucket_t::list
hash_map_t::bucket
hash_map_t::num_bucket
hash_map_t::hash_size
All items filtered out
hash_map_erase()
hash_map_bucket_t::list
hash_map_t::hash_size
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