ESP-IDF
trex_matchnode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_matchnode()
trex_matchnode() function
Syntax
Show:
Summary
Declaration
from
arg_rex.c:756
static
const
TRexChar
*
trex_matchnode
(
TRex
*
exp
,
TRexNode
*
node
,
const
TRexChar
*
str
,
TRexNode
*
next
)
;
Arguments
Argument
exp
node
str
next
Related Functions
Found 17 other functions taking a
TRex
argument:
Function
trex_newnode()
trex_error()
trex_free()
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
static
const
TRexChar
*
trex_matchnode
(
TRex
*
exp
,
TRexNode
*
node
,
const
TRexChar
*
str
,
TRexNode
*
next
)
{
arg_rex.c:756
if
(
(
s
=
trex_matchnode
(
exp
,
&
exp
->
_nodes
[
node
->
left
]
,
s
,
greedystop
)
)
==
NULL
)
arg_rex.c:773
trex_matchnode()
stop
=
trex_matchnode
(
exp
,
greedystop
,
s
,
gnext
)
;
arg_rex.c:787
trex_matchnode()
while
(
(
asd
=
trex_matchnode
(
exp
,
temp
,
asd
,
NULL
)
)
!=
NULL
)
{
arg_rex.c:814
trex_matchnode()
while
(
(
asd
=
trex_matchnode
(
exp
,
temp
,
asd
,
NULL
)
)
!=
NULL
)
{
arg_rex.c:822
trex_matchnode()
if
(
(
cur
=
trex_matchnode
(
exp
,
n
,
cur
,
subnext
)
)
==
NULL
)
{
arg_rex.c:849
trex_matchnode()
res
=
trex_matchnode
(
exp
,
exp
->
_nodes
,
text
,
NULL
)
;
arg_rex.c:964
trex_match()
cur
=
trex_matchnode
(
exp
,
&
exp
->
_nodes
[
node
]
,
cur
,
NULL
)
;
arg_rex.c:981
trex_searchrange()
Call Tree
from
examples
trex_matchnode()
is called by 3 functions and calls 3 functions:
trex_matchnode()
trex_match()
trex_searchrange()
All items filtered out
trex_matchnode()
trex_matchcclass()
trex_matchclass()
trex_matchnode()
All items filtered out
Data Use
from
examples
trex_matchnode()
reads 11 variables and writes 3 variables:
TRexMatch::begin
tagTRexNode::type
tagTRexNode::left
tagTRexNode::right
tagTRexNode::next
TRex::_eol
TRex::_bol
TRex::_nodes
TRex::_matches
TRex::_currsubexp
TRex::_flags
All items filtered out
trex_matchnode()
TRexMatch::begin
TRexMatch::len
TRex::_currsubexp
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