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

Method storeDataForPlugin

src/remote/remote.cpp:1185–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185void ClntAuthBlock::storeDataForPlugin(unsigned int length, const unsigned char* data)
1186{
1187 dataForPlugin.assign(data, length);
1188 HANDSHAKE_DEBUG(fprintf(stderr, "Cli: accepted data for plugin length=%d\n", length));
1189}
1190
1191RefPtr<const Config> REMOTE_get_config(const PathName* dbName,
1192 const string* dpb_config)

Callers 3

INET_analyzeFunction · 0.80
authReceiveResponseFunction · 0.80
XNET_analyzeFunction · 0.80

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected