ESP-IDF
section_t::name
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
section_t::name
section_t::name field
Syntax
Show:
Summary
Declaration
from
config.c:32
char
*
name
;
Examples
References
from
examples
Code
Location
Referrer
char
*
name
;
config.c:32
if
(
strcmp
(
first_sec
->
name
,
section
)
==
0
)
{
config.c:267
config_update_newest_section()
if
(
strcmp
(
sec
->
name
,
section
)
==
0
)
{
config.c:273
config_update_newest_section()
return
section
->
name
;
config.c:327
config_section_name()
w_len
=
strlen
(
section
->
name
)
+
strlen
(
"[]\n"
)
;
// format "[section->name]\n"
config.c:338
get_config_size()
w_cnt
=
snprintf
(
line
,
1024
,
"[%s]\n"
,
section
->
name
)
;
config.c:435
config_save()
OSI_TRACE_DEBUG
(
"section name: %s, w_cnt + w_cnt_total = %d\n"
,
section
->
name
,
w_cnt
+
w_cnt_total
)
;
config.c:446
config_save()
section
->
name
=
osi_strdup
(
name
)
;
config.c:672
section_new()
osi_free
(
section
->
name
)
;
config.c:684
section_free()
if
(
!
strcmp
(
sec
->
name
,
section
)
)
{
config.c:693
section_find()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
section_t::name
is written by 1 function and is read by 6 functions:
section_new()
All items filtered out
section_t::name
config_update_newest_section()
config_section_name()
get_config_size()
config_save()
section_free()
section_find()
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