ESP-IDF
scstrlen
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
scstrlen
scstrlen macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:313
#define
scstrlen
strlen
Examples
References
from
examples
Code
Location
#define
scstrlen
strlen
arg_rex.c:313
exp
->
_nallocated
=
(
int
)
(
scstrlen
(
pattern
)
*
sizeof
(
TRexChar
)
)
;
arg_rex.c:912
exp
->
_eol
=
text
+
scstrlen
(
text
)
;
arg_rex.c:962
return
trex_searchrange
(
exp
,
text
,
text
+
scstrlen
(
text
)
,
out_begin
,
out_end
)
;
arg_rex.c:1002
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