ESP-IDF
s_mod_ver
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
s_mod_ver
s_mod_ver variable
Syntax
Show:
Summary
Declaration
from
arg_cmd.c:56
static
char
*
s_mod_ver
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
char
*
s_mod_ver
=
NULL
;
arg_cmd.c:56
xfree
(
s_mod_ver
)
;
arg_cmd.c:98
arg_set_module_version()
s_mod_ver
=
(
char
*
)
xmalloc
(
slen_ds
+
1
)
;
arg_cmd.c:100
arg_set_module_version()
memset
(
s_mod_ver
,
0
,
slen_ds
+
1
)
;
arg_cmd.c:101
arg_set_module_version()
memcpy
(
s_mod_ver
,
arg_dstr_cstr
(
ds
)
,
slen_ds
)
;
arg_cmd.c:106
arg_set_module_version()
if
(
s_mod_ver
==
NULL
||
strlen
(
s_mod_ver
)
==
0
)
arg_cmd.c:233
module_version()
return
s_mod_ver
;
arg_cmd.c:236
module_version()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_mod_ver
is written by 1 function and is read by 2 functions:
arg_set_module_version()
All items filtered out
s_mod_ver
arg_set_module_version()
module_version()
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