ESP-IDF
TRexMatch
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRexMatch
TRexMatch struct
Syntax
Show:
Summary
Declaration
from
arg_rex.c:99
typedef
struct
{
const
TRexChar
*
begin
;
int
len
;
}
TRexMatch
;
Fields
Field
Declared as
TRexMatch::begin
const
TRexChar
*
TRexMatch::len
int
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
arg_rex.c:99
}
TRexMatch
;
arg_rex.c:102
TRexMatch
TREX_API
TRexBool
trex_getsubexp
(
TRex
*
exp
,
int
n
,
TRexMatch
*
subexp
)
;
arg_rex.c:117
trex_getsubexp()
trex_getsubexp()::subexp
TRexMatch
*
_matches
;
arg_rex.c:368
TRex
TRex::_matches
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()
TRexBool
trex_getsubexp
(
TRex
*
exp
,
int
n
,
TRexMatch
*
subexp
)
{
arg_rex.c:1009
trex_getsubexp()
trex_getsubexp()::subexp
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
trex_getsubexp()::subexp
trex_getsubexp()
arg_rex.c:117
TRex::_matches
TRex
arg_rex.c:368
trex_getsubexp()::subexp
trex_getsubexp()
arg_rex.c:1009
Lifecycle
from
examples
All items filtered out
All items filtered out