MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / BURP_exit_local

Function BURP_exit_local

src/burp/burp.cpp:1632–1637  ·  view source on GitHub ↗

B U R P _ e x i t _ l o c a l Raises an exception when the old SEH system would jump to another place.

Source from the content-addressed store, hash-verified

1630// Raises an exception when the old SEH system would jump to another place.
1631// **********************************
1632void BURP_exit_local(int code, BurpGlobals* tdgbl)
1633{
1634 tdgbl->exit_code = code;
1635 if (tdgbl->burp_throw)
1636 throw Firebird::LongJump();
1637}
1638
1639
1640void BURP_msg_partial(bool err, USHORT number, const SafeArg& arg)

Callers 3

gbakFunction · 0.85
BURP_abortFunction · 0.85
prompt_for_nameFunction · 0.85

Calls 1

LongJumpClass · 0.85

Tested by

no test coverage detected