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

Method next

src/remote/server/server.cpp:1086–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084 }
1085
1086 void next()
1087 {
1088 if (hasData())
1089 {
1090 ++n;
1091 scan();
1092 }
1093 }
1094
1095 private:
1096 CryptKeyType& knownType;

Callers 5

loadClientKeyMethod · 0.45
authenticateMethod · 0.45
CryptKeyTypeManagerMethod · 0.45
accept_connectionFunction · 0.45
extractNewKeysMethod · 0.45

Calls 1

scanFunction · 0.85

Tested by

no test coverage detected