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

Function ALICE_exit

src/alice/alice.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88const int ALICE_MSG_FAC = 3;
89
90void ALICE_exit(int code, AliceGlobals* tdgbl)
91{
92 tdgbl->exit_code = code;
93 Firebird::LongJump::raise();
94}
95
96static void alice_output(bool error, const SCHAR*, ...) ATTRIBUTE_FORMAT(2,3);
97

Callers 3

reattach_databaseFunction · 0.85
aliceFunction · 0.85
ALICE_errorFunction · 0.85

Calls 1

raiseFunction · 0.85

Tested by

no test coverage detected