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

Function reset

src/remote/client/interface.cpp:1175–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173static const unsigned ANALYZE_EMP_NAME = 0x08;
1174
1175inline static void reset(IStatus* status) throw()
1176{
1177 status->init();
1178}
1179
1180#define SET_OBJECT(rdb, object, id) rdb->rdb_port->setHandle(object, id)
1181

Callers 15

attachMethod · 0.70
getInfoMethod · 0.70
internalCancelMethod · 0.70
internalCloseMethod · 0.70
internalCommitMethod · 0.70
commitRetainingMethod · 0.70
joinMethod · 0.70
compileRequestMethod · 0.70
createBlobMethod · 0.70
createMethod · 0.70
executeDynMethod · 0.70
freeClientDataMethod · 0.70

Calls 1

initMethod · 0.45

Tested by

no test coverage detected