ESP-IDF
find_bucket_entry_()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
find_bucket_entry_()
find_bucket_entry_() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.c:45
static
hash_map_entry_t
*
find_bucket_entry_
(
list_t
*
hash_bucket_list
,
const
void
*
key
)
;
Implemented in
hash_map.c:248
Arguments
Argument
hash_bucket_list
key
Related Functions
Found 24 other functions taking a
list_t
argument:
Function
Description
list_begin()
list_end()
list_is_empty()
list_remove()
list_free()
list_append()
list_length()
list_front()
list_foreach()
bta_gattc_find_matching_service()
list_prepend()
list_clear()
list_free_node()
list_back()
list_delete_node()
list_contains()
list_get_node()
bta_gattc_get_db_size()
* Returns number of elements inside db from start_handle to end_handle
list_insert_after()
list_delete()
bta_gattc_get_db_size_with_type()
list_back_node()
bta_gattc_insert_sec_service_to_cache()
bta_gattc_update_include_service()
Examples
References
from
examples
Code
Location
Referrer
static
hash_map_entry_t
*
find_bucket_entry_
(
list_t
*
hash_bucket_list
,
hash_map.c:248
static
hash_map_entry_t
*
find_bucket_entry_
(
list_t
*
hash_bucket_list
,
hash_map.c:45
hash_map_entry_t
*
hash_map_entry
=
find_bucket_entry_
(
hash_bucket_list
,
key
)
;
hash_map.c:122
hash_map_has_key()
hash_map_entry_t
*
hash_map_entry
=
find_bucket_entry_
(
hash_bucket_list
,
key
)
;
hash_map.c:141
hash_map_set()
hash_map_entry_t
*
hash_map_entry
=
find_bucket_entry_
(
hash_bucket_list
,
key
)
;
hash_map.c:170
hash_map_erase()
hash_map_entry_t
*
hash_map_entry
=
find_bucket_entry_
(
hash_bucket_list
,
key
)
;
hash_map.c:192
hash_map_get()
Call Tree
from
examples
find_bucket_entry_()
is called by 4 functions and calls 5 functions:
hash_map_has_key()
hash_map_set()
hash_map_erase()
hash_map_get()
All items filtered out
find_bucket_entry_()
list_begin()
list_end()
list_next()
list_node()
hash_map_t::keys_are_equal
All items filtered out
Data Use
from
examples
find_bucket_entry_()
reads 2 variables:
hash_map_entry_t::key
hash_map_entry_t::hash_map
All items filtered out
find_bucket_entry_()
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