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

Function ERR_build_status

src/jrd/err.cpp:401–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399
400
401void ERR_build_status(FbStatusVector* status_vector, const Arg::StatusVector& v)
402{
403/**************************************
404 *
405 * E R R _ a p p e n d _ s t a t u s
406 *
407 **************************************
408 *
409 * Functional description
410 * Set the given status vector to the passed arguments.
411 *
412 **************************************/
413 v.copyTo(status_vector);
414}
415
416
417static void internal_error(ISC_STATUS status, int number, const TEXT* file, int line)

Callers 9

drop_filesFunction · 0.85
verifyDatabaseNameFunction · 0.85
page_validation_errorFunction · 0.85
write_pageFunction · 0.85
actualizeAllocMethod · 0.85
unix_errorFunction · 0.85
block_size_errorFunction · 0.85
nt_errorFunction · 0.85
doPrepareMethod · 0.85

Calls 1

copyToMethod · 0.45

Tested by

no test coverage detected