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

Method checkPluginName

src/remote/client/interface.cpp:10362–10373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10360}
10361
10362bool ClntAuthBlock::checkPluginName(PathName& nameToCheck)
10363{
10364 ParsedList parsed(pluginList);
10365 for (unsigned i = 0; i < parsed.getCount(); ++i)
10366 {
10367 if (parsed[i] == nameToCheck)
10368 {
10369 return true;
10370 }
10371 }
10372 return false;
10373}
10374
10375ICryptKey* ClntAuthBlock::newKey(CheckStatusWrapper* status)
10376{

Callers 1

authReceiveResponseFunction · 0.80

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected