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

Function db_error

src/utilities/analyse.cpp:304–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304static void db_error( int status)
305{
306/**************************************
307 *
308 * d b _ e r r o r
309 *
310 **************************************
311 *
312 * Functional description
313 *
314 **************************************/
315
316 printf(strerror(status));
317 abort();
318}
319
320
321static void db_open( const char* file_name, USHORT file_length)

Callers 2

db_openFunction · 0.70
db_readFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected