ESP-IDF
trex_searchrange()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_searchrange()
trex_searchrange() function
Syntax
Show:
Summary
Declaration
Definition
from
arg_rex.c:114
TREX_API
TRexBool
trex_searchrange
(
TRex
*
exp
,
const
TRexChar
*
text_begin
,
const
TRexChar
*
text_end
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
;
Implemented in
arg_rex.c:970
Arguments
Argument
exp
text_begin
text_end
out_begin
out_end
Related Functions
Found 17 other functions taking a
TRex
argument:
Function
trex_newnode()
trex_error()
trex_matchnode()
trex_free()
trex_expect()
trex_list()
trex_charnode()
trex_match()
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
TRexBool
trex_searchrange
(
TRex
*
exp
,
const
TRexChar
*
text_begin
,
const
TRexChar
*
text_end
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
{
arg_rex.c:970
trex_searchrange
(
TRex
*
exp
,
const
TRexChar
*
text_begin
,
const
TRexChar
*
text_end
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
;
arg_rex.c:115
return
trex_searchrange
(
exp
,
text
,
text
+
scstrlen
(
text
)
,
out_begin
,
out_end
)
;
arg_rex.c:1002
trex_search()
Call Tree
from
examples
trex_searchrange()
is called by 1 function and calls 1 function:
trex_search()
All items filtered out
trex_searchrange()
trex_matchnode()
All items filtered out
Data Use
from
examples
trex_searchrange()
reads 3 variables and writes 3 variables:
tagTRexNode::next
TRex::_first
TRex::_nodes
All items filtered out
trex_searchrange()
TRex::_eol
TRex::_bol
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