ESP-IDF
entry_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
entry_free()
entry_free() function
Syntax
Show:
Summary
Declaration
Definition
from
config.c:50
static
void
entry_free
(
void
*
ptr
)
;
Implemented in
config.c:713
Arguments
Argument
ptr
Examples
References
from
examples
Code
Location
Referrer
static
void
entry_free
(
void
*
ptr
)
config.c:713
static
void
entry_free
(
void
*
ptr
)
;
config.c:50
section
->
entries
=
list_new
(
entry_free
)
;
config.c:673
section_new()
Call Tree
from
examples
entry_free()
calls 1 function:
All items filtered out
entry_free()
free()
All items filtered out
Data Use
from
examples
entry_free()
reads 2 variables and writes 1 variable:
entry_t::key
entry_t::value
All items filtered out
entry_free()
section_new()
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
entry_free()
allocates 1 types:
entry_t
All items filtered out
entry_free()
All items filtered out