ESP-IDF
_internal_arg_dstr::append_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_internal_arg_dstr::append_data
_internal_arg_dstr::append_data field
Syntax
Show:
Summary
Declaration
from
arg_dstr.c:105
char
*
append_data
;
Examples
References
from
examples
Code
Location
Referrer
char
*
append_data
;
arg_dstr.c:105
if
(
(
ds
->
append_data
!=
NULL
)
&&
(
ds
->
append_data_size
>
0
)
)
{
arg_dstr.c:168
arg_dstr_set()
xfree
(
ds
->
append_data
)
;
arg_dstr.c:169
arg_dstr_set()
ds
->
append_data
=
NULL
;
arg_dstr.c:170
arg_dstr_set()
if
(
ds
->
data
!=
ds
->
append_data
)
{
arg_dstr.c:273
setup_append_buf()
xfree
(
ds
->
append_data
)
;
arg_dstr.c:280
setup_append_buf()
ds
->
append_data
=
NULL
;
arg_dstr.c:281
setup_append_buf()
if
(
ds
->
append_data
!=
NULL
)
{
arg_dstr.c:306
setup_append_buf()
xfree
(
ds
->
append_data
)
;
arg_dstr.c:307
setup_append_buf()
ds
->
append_data
=
newbuf
;
arg_dstr.c:309
setup_append_buf()
}
else
if
(
ds
->
data
!=
ds
->
append_data
)
{
arg_dstr.c:311
setup_append_buf()
strcpy
(
ds
->
append_data
,
ds
->
data
)
;
arg_dstr.c:312
setup_append_buf()
ds
->
data
=
ds
->
append_data
;
arg_dstr.c:316
setup_append_buf()
if
(
(
ds
->
append_data
!=
NULL
)
&&
(
ds
->
append_data_size
>
0
)
)
{
arg_dstr.c:332
arg_dstr_reset()
xfree
(
ds
->
append_data
)
;
arg_dstr.c:333
arg_dstr_reset()
ds
->
append_data
=
NULL
;
arg_dstr.c:334
arg_dstr_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_internal_arg_dstr::append_data
is written by 3 functions and is read by 3 functions:
arg_dstr_set()
setup_append_buf()
arg_dstr_reset()
All items filtered out
_internal_arg_dstr::append_data
arg_dstr_set()
setup_append_buf()
arg_dstr_reset()
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