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

Function db_open

src/utilities/analyse.cpp:321–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321static void db_open( const char* file_name, USHORT file_length)
322{
323/**************************************
324 *
325 * d b _ o p e n
326 *
327 **************************************
328 *
329 * Functional description
330 * Open a database file.
331 *
332 **************************************/
333
334 if ((file = os_utils::open(file_name, 2)) == -1)
335 db_error(errno);
336}
337
338
339static PAG db_read( SLONG page_number)

Callers 1

mainFunction · 0.85

Calls 2

db_errorFunction · 0.70
openFunction · 0.50

Tested by

no test coverage detected