ESP-IDF
TRex::_jmpbuf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRex::_jmpbuf
TRex::_jmpbuf field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:370
void
*
_jmpbuf
;
Examples
References
from
examples
Code
Location
Referrer
void
*
_jmpbuf
;
arg_rex.c:370
longjmp
(
*
(
(
jmp_buf
*
)
exp
->
_jmpbuf
)
,
-
1
)
;
arg_rex.c:396
trex_error()
exp
->
_jmpbuf
=
xmalloc
(
sizeof
(
jmp_buf
)
)
;
arg_rex.c:919
trex_compile()
if
(
setjmp
(
*
(
(
jmp_buf
*
)
exp
->
_jmpbuf
)
)
==
0
)
{
arg_rex.c:921
trex_compile()
xfree
(
exp
->
_jmpbuf
)
;
arg_rex.c:953
trex_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TRex::_jmpbuf
is written by 1 function and is read by 3 functions:
trex_compile()
All items filtered out
TRex::_jmpbuf
trex_error()
trex_compile()
trex_free()
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