ESP-IDF
list_t::length
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
list_t::length
list_t::length field
Syntax
Show:
Summary
Declaration
from
list.c:15
size_t
length
;
Examples
References
from
examples
Code
Location
Referrer
size_t
length
;
list.c:15
list
->
length
=
0
;
list.c:31
list_new_internal()
return
(
list
->
length
==
0
)
;
list.c:54
list_is_empty()
return
list
->
length
;
list.c:89
list_length()
++
list
->
length
;
list.c:129
list_insert_after()
++
list
->
length
;
list.c:148
list_prepend()
++
list
->
length
;
list.c:170
list_append()
list
->
length
=
0
;
list.c:242
list_clear()
--
list
->
length
;
list.c:295
list_free_node()
--
list
->
length
;
list.c:309
list_delete_node()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
list_t::length
is written by 7 functions and is read by 7 functions:
list_new_internal()
list_insert_after()
list_prepend()
list_append()
list_clear()
list_free_node()
list_delete_node()
All items filtered out
list_t::length
list_is_empty()
list_length()
list_insert_after()
list_prepend()
list_append()
list_free_node()
list_delete_node()
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