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

Function bad_db

src/remote/server/server.cpp:1278–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276
1277
1278inline bool bad_db(IStatus* status_vector, Rdb* rdb)
1279{
1280 IReferenceCounted* iface = NULL;
1281 if (rdb)
1282 iface = rdb->rdb_iface;
1283 return bad_port_context(status_vector, iface, isc_bad_db_handle);
1284}
1285
1286inline bool bad_service(IStatus* status_vector, Rdb* rdb)
1287{

Callers 15

allocate_statementFunction · 0.85
aux_requestFunction · 0.85
cancel_eventsFunction · 0.85
compileMethod · 0.85
ddlMethod · 0.85
drop_databaseMethod · 0.85
end_databaseMethod · 0.85
execute_immediateMethod · 0.85
replicateMethod · 0.85
get_sliceMethod · 0.85
infoMethod · 0.85
ping_connectionFunction · 0.85

Calls 1

bad_port_contextFunction · 0.85

Tested by

no test coverage detected