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

Method shutdown

src/yvalve/why.cpp:5636–5644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5634}
5635
5636void YAttachment::shutdown()
5637{
5638 if (provider)
5639 {
5640 destroy(0);
5641 PluginManagerInterfacePtr()->releasePlugin(provider);
5642 provider = NULL;
5643 }
5644}
5645
5646void YAttachment::getInfo(CheckStatusWrapper* status, unsigned int itemsLength,
5647 const unsigned char* items, unsigned int bufferLength, unsigned char* buffer)

Callers 1

API_ROUTINE fb_shutdownFunction · 0.45

Calls 15

abortShutdownFunction · 0.85
MasterInterfacePtrClass · 0.85
shutdownFunction · 0.85
shutdownTimersFunction · 0.85
iscLogStatusFunction · 0.85
pluginMethod · 0.80
destroyFunction · 0.50
yieldClass · 0.50
runFunction · 0.50
releasePluginMethod · 0.45
getProcessExitingMethod · 0.45

Tested by

no test coverage detected