ESP-IDF
TRex::_matches
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRex::_matches
TRex::_matches field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:368
TRexMatch
*
_matches
;
Examples
References
from
examples
Code
Location
Referrer
TRexMatch
*
_matches
;
arg_rex.c:368
exp
->
_matches
[
capture
]
.
begin
=
cur
;
arg_rex.c:838
trex_matchnode()
exp
->
_matches
[
capture
]
.
begin
=
0
;
arg_rex.c:851
trex_matchnode()
exp
->
_matches
[
capture
]
.
len
=
0
;
arg_rex.c:852
trex_matchnode()
exp
->
_matches
[
capture
]
.
len
=
(
int
)
(
cur
-
exp
->
_matches
[
capture
]
.
begin
)
;
arg_rex.c:859
trex_matchnode()
exp
->
_matches
=
0
;
arg_rex.c:915
trex_compile()
exp
->
_matches
=
(
TRexMatch
*
)
xmalloc
(
(
size_t
)
exp
->
_nsubexpr
*
sizeof
(
TRexMatch
)
)
;
arg_rex.c:941
trex_compile()
memset
(
exp
->
_matches
,
0
,
(
size_t
)
exp
->
_nsubexpr
*
sizeof
(
TRexMatch
)
)
;
arg_rex.c:942
trex_compile()
xfree
(
exp
->
_matches
)
;
arg_rex.c:954
trex_free()
*
subexp
=
exp
->
_matches
[
n
]
;
arg_rex.c:1012
trex_getsubexp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TRex::_matches
is written by 1 function and is read by 4 functions:
trex_compile()
All items filtered out
TRex::_matches
trex_matchnode()
trex_compile()
trex_free()
trex_getsubexp()
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