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

Function EXT_open

src/jrd/ext.cpp:469–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468
469void EXT_open(Database* dbb, ExternalFile* file)
470{
471/**************************************
472 *
473 * E X T _ o p e n
474 *
475 **************************************
476 *
477 * Functional description
478 * Open a record stream for an external file.
479 *
480 **************************************/
481 if (!file->ext_ifi) {
482 ext_fopen(dbb, file);
483 }
484}
485
486
487void EXT_store(thread_db* tdbb, record_param* rpb)

Callers 1

internalOpenMethod · 0.85

Calls 1

ext_fopenFunction · 0.85

Tested by

no test coverage detected