ESP-IDF
_internal_arg_dstr::free_proc
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
_internal_arg_dstr::free_proc
_internal_arg_dstr::free_proc field
Syntax
Show:
Summary
Declaration
from
arg_dstr.c:103
arg_dstr_freefn
*
free_proc
;
Examples
References
from
examples
Code
Location
Referrer
arg_dstr_freefn
*
free_proc
;
arg_dstr.c:103
h
->
free_proc
=
ARG_DSTR_STATIC
;
arg_dstr.c:117
arg_dstr_create()
register
arg_dstr_freefn
*
old_free_proc
=
ds
->
free_proc
;
arg_dstr.c:132
arg_dstr_set()
ds
->
free_proc
=
ARG_DSTR_STATIC
;
arg_dstr.c:138
arg_dstr_set()
ds
->
free_proc
=
ARG_DSTR_DYNAMIC
;
arg_dstr.c:143
arg_dstr_set()
ds
->
free_proc
=
ARG_DSTR_STATIC
;
arg_dstr.c:146
arg_dstr_set()
ds
->
free_proc
=
free_proc
;
arg_dstr.c:151
arg_dstr_set()
if
(
ds
->
free_proc
!=
NULL
)
{
arg_dstr.c:320
arg_dstr_free()
if
(
ds
->
free_proc
==
ARG_DSTR_DYNAMIC
)
{
arg_dstr.c:321
arg_dstr_free()
(
*
ds
->
free_proc
)
(
ds
->
data
)
;
arg_dstr.c:324
arg_dstr_free()
ds
->
free_proc
=
NULL
;
arg_dstr.c:326
arg_dstr_free()
Call Tree
from
examples
_internal_arg_dstr::free_proc
is called by 1 function:
arg_dstr_free()
All items filtered out
_internal_arg_dstr::free_proc
All items filtered out
Data Use
from
examples
_internal_arg_dstr::free_proc
is written by 3 functions and is read by 2 functions:
arg_dstr_create()
arg_dstr_set()
arg_dstr_free()
All items filtered out
_internal_arg_dstr::free_proc
arg_dstr_set()
arg_dstr_free()
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