ESP-IDF
TRexChar
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRexChar
TRexChar macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:81
#define
TRexChar
char
Examples
References
from
examples
Code
Location
#define
TRexChar
char
arg_rex.c:81
const
TRexChar
*
begin
;
arg_rex.c:100
TREX_API
TRex
*
trex_compile
(
const
TRexChar
*
pattern
,
const
TRexChar
*
*
error
,
int
flags
)
__attribute__
(
(
optnone
)
)
;
arg_rex.c:105
TREX_API
TRexBool
trex_match
(
TRex
*
exp
,
const
TRexChar
*
text
)
;
arg_rex.c:112
TREX_API
TRexBool
trex_search
(
TRex
*
exp
,
const
TRexChar
*
text
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
;
arg_rex.c:113
trex_searchrange
(
TRex
*
exp
,
const
TRexChar
*
text_begin
,
const
TRexChar
*
text_end
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
;
arg_rex.c:115
const
TRexChar
*
error
=
NULL
;
arg_rex.c:137
const
TRexChar
*
error
=
NULL
;
arg_rex.c:237
const
TRexChar
*
_eol
;
arg_rex.c:359
const
TRexChar
*
_bol
;
arg_rex.c:360
const
TRexChar
*
_p
;
arg_rex.c:361
const
TRexChar
*
*
_error
;
arg_rex.c:371
static
void
trex_error
(
TRex
*
exp
,
const
TRexChar
*
error
)
{
arg_rex.c:393
static
TRexChar
trex_escapechar
(
TRex
*
exp
)
{
arg_rex.c:405
TRexChar
t
;
arg_rex.c:439
static
TRexBool
trex_matchcclass
(
int
cclass
,
TRexChar
c
)
{
arg_rex.c:687
static
TRexBool
trex_matchclass
(
TRex
*
exp
,
TRexNode
*
node
,
TRexChar
c
)
{
arg_rex.c:725
static
const
TRexChar
*
trex_matchnode
(
TRex
*
exp
,
TRexNode
*
node
,
const
TRexChar
*
str
,
TRexNode
*
next
)
{
arg_rex.c:756
const
TRexChar
*
s
=
str
,
*
good
=
str
;
arg_rex.c:763
const
TRexChar
*
stop
;
arg_rex.c:772
const
TRexChar
*
asd
=
str
;
arg_rex.c:812
const
TRexChar
*
cur
=
str
;
arg_rex.c:834
TRex
*
trex_compile
(
const
TRexChar
*
pattern
,
const
TRexChar
*
*
error
,
int
flags
)
{
arg_rex.c:908
exp
->
_nallocated
=
(
int
)
(
scstrlen
(
pattern
)
*
sizeof
(
TRexChar
)
)
;
arg_rex.c:912
TRexBool
trex_match
(
TRex
*
exp
,
const
TRexChar
*
text
)
{
arg_rex.c:959
const
TRexChar
*
res
=
NULL
;
arg_rex.c:960
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
const
TRexChar
*
cur
=
NULL
;
arg_rex.c:971
TRexBool
trex_search
(
TRex
*
exp
,
const
TRexChar
*
text
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
{
arg_rex.c:1001
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
Lifecycle
from
examples
All items filtered out
All items filtered out