ESP-IDF
trex_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
trex_free()
trex_free() function
Syntax
Show:
Summary
Declaration
Definition
from
arg_rex.c:111
TREX_API
void
trex_free
(
TRex
*
exp
)
;
Implemented in
arg_rex.c:950
Arguments
Argument
exp
Related Functions
Found 17 other functions taking a
TRex
argument:
Function
trex_newnode()
trex_error()
trex_matchnode()
trex_expect()
trex_list()
trex_charnode()
trex_match()
trex_searchrange()
trex_element()
trex_parsenumber()
trex_search()
trex_getsubexpcount()
trex_getsubexp()
trex_class()
trex_escapechar()
trex_charclass()
trex_matchclass()
Examples
References
from
examples
Code
Location
Referrer
void
trex_free
(
TRex
*
exp
)
{
arg_rex.c:950
TREX_API
void
trex_free
(
TRex
*
exp
)
;
arg_rex.c:111
trex_free
(
rex
)
;
arg_rex.c:162
arg_rex_scanfn()
trex_free
(
rex
)
;
arg_rex.c:294
arg_rexn()
trex_free
(
exp
)
;
arg_rex.c:944
trex_compile()
Call Tree
from
examples
trex_free()
is called by 3 functions and calls 1 function:
arg_rex_scanfn()
arg_rexn()
trex_compile()
All items filtered out
trex_free()
argtable3_xfree()
All items filtered out
Data Use
from
examples
trex_free()
reads 3 variables:
TRex::_nodes
TRex::_matches
TRex::_jmpbuf
All items filtered out
trex_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