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

Function check

src/auth/SecureRemotePassword/Message.h:176–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 static void check(Firebird::IStatus* status)
177 {
178 if (status->getState() & Firebird::IStatus::STATE_ERRORS)
179 {
180#ifdef INTERNAL_FIREBIRD
181 Firebird::status_exception::raise(status);
182#else
183 char msg[100];
184 const ISC_STATUS* st = status->getErrors();
185 fb_interpret(msg, sizeof(msg), &st);
186 fatalErrorHandler(msg);
187#endif
188 }
189 }
190
191 // Attention!
192 // No addRef/release interface here!

Callers 15

MessageClass · 0.70
addFunction · 0.70
getMetadataFunction · 0.70
Message.hFile · 0.70
setPointersMethod · 0.70
DebugServerMethod · 0.50
authenticateMethod · 0.50
getInstanceMethod · 0.50
shutdownMethod · 0.50
authenticateMethod · 0.50
SrpManagementMethod · 0.50
prepareDataStructuresMethod · 0.50

Calls 3

raiseFunction · 0.85
getStateMethod · 0.45
getErrorsMethod · 0.45

Tested by

no test coverage detected