ESP-IDF
tagTRexNode::next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
tagTRexNode::next
tagTRexNode::next field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:355
int
next
;
Examples
References
from
examples
Code
Location
Referrer
int
next
;
arg_rex.c:355
n
.
next
=
n
.
right
=
n
.
left
=
-
1
;
arg_rex.c:381
trex_newnode()
exp
->
_nodes
[
chain
]
.
next
=
r
;
arg_rex.c:524
trex_class()
exp
->
_nodes
[
chain
]
.
next
=
c
;
arg_rex.c:530
trex_class()
exp
->
_nodes
[
chain
]
.
next
=
c
;
arg_rex.c:540
trex_class()
exp
->
_nodes
[
ret
]
.
left
=
exp
->
_nodes
[
ret
]
.
next
;
arg_rex.c:545
trex_class()
exp
->
_nodes
[
ret
]
.
next
=
-
1
;
arg_rex.c:546
trex_class()
exp
->
_nodes
[
ret
]
.
next
=
nnode
;
arg_rex.c:657
trex_element()
exp
->
_nodes
[
ret
]
.
next
=
e
;
arg_rex.c:671
trex_list()
}
while
(
(
node
->
next
!=
-
1
)
&&
(
(
node
=
&
exp
->
_nodes
[
node
->
next
]
)
!=
NULL
)
)
;
arg_rex.c:752
trex_matchclass()
if
(
node
->
next
!=
-
1
)
{
arg_rex.c:765
trex_matchnode()
greedystop
=
&
exp
->
_nodes
[
node
->
next
]
;
arg_rex.c:766
trex_matchnode()
if
(
greedystop
->
next
!=
-
1
)
{
arg_rex.c:782
trex_matchnode()
gnext
=
&
exp
->
_nodes
[
greedystop
->
next
]
;
arg_rex.c:783
trex_matchnode()
}
else
if
(
next
&&
next
->
next
!=
-
1
)
{
arg_rex.c:784
trex_matchnode()
gnext
=
&
exp
->
_nodes
[
next
->
next
]
;
arg_rex.c:785
trex_matchnode()
if
(
temp
->
next
!=
-
1
)
arg_rex.c:815
trex_matchnode()
temp
=
&
exp
->
_nodes
[
temp
->
next
]
;
arg_rex.c:816
trex_matchnode()
if
(
temp
->
next
!=
-
1
)
arg_rex.c:823
trex_matchnode()
temp
=
&
exp
->
_nodes
[
temp
->
next
]
;
arg_rex.c:824
trex_matchnode()
if
(
n
->
next
!=
-
1
)
{
arg_rex.c:844
trex_matchnode()
subnext
=
&
exp
->
_nodes
[
n
->
next
]
;
arg_rex.c:845
trex_matchnode()
}
while
(
(
n
->
next
!=
-
1
)
&&
(
(
n
=
&
exp
->
_nodes
[
n
->
next
]
)
!=
NULL
)
)
;
arg_rex.c:856
trex_matchnode()
node
=
exp
->
_nodes
[
node
]
.
next
;
arg_rex.c:984
trex_searchrange()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tagTRexNode::next
is written by 4 functions and is read by 4 functions:
trex_newnode()
trex_class()
trex_element()
trex_list()
All items filtered out
tagTRexNode::next
trex_class()
trex_matchclass()
trex_matchnode()
trex_searchrange()
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