ESP-IDF
list_delete_node()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
list_delete_node()
list_delete_node() function
Syntax
Show:
Summary
Declaration
Definition
from
list.h:27
list_node_t
*
list_delete_node
(
list_t
*
list
,
list_node_t
*
node
)
;
Implemented in
list.c:301
Arguments
Argument
list
node
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()
find_bucket_entry_()
list_clear()
list_free_node()
list_back()
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
list_node_t
*
list_delete_node
(
list_t
*
list
,
list_node_t
*
node
)
list.c:301
list_node_t
*
list_delete_node
(
list_t
*
list
,
list_node_t
*
node
)
;
list.h:27
list_node_t
*
next
=
list_delete_node
(
list
,
list
->
head
)
;
list.c:214
list_delete()
prev
->
next
=
list_delete_node
(
list
,
node
)
;
list.c:224
list_delete()
Call Tree
from
examples
list_delete_node()
is called by 1 function and calls 2 functions:
list_delete()
All items filtered out
list_delete_node()
__assert_func()
free()
All items filtered out
Data Use
from
examples
list_delete_node()
reads 2 variables and writes 1 variable:
list_node_t::next
list_t::length
All items filtered out
list_delete_node()
list_t::length
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
list_delete_node()
allocates 1 types:
list_node_t
All items filtered out
list_delete_node()
All items filtered out