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

Method next

src/remote/client/interface.cpp:10133–10145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10131}
10132
10133FB_BOOLEAN RmtAuthBlock::next(CheckStatusWrapper* status)
10134{
10135 try
10136 {
10137 rdr.moveNext();
10138 return loadInfo();
10139 }
10140 catch (const Exception& ex)
10141 {
10142 ex.stuffException(status);
10143 }
10144 return FB_FALSE;
10145}
10146
10147FB_BOOLEAN RmtAuthBlock::first(CheckStatusWrapper* status)
10148{

Callers 3

authenticateStep0Function · 0.45
authFillParametersBlockFunction · 0.45
callbackMethod · 0.45

Calls 2

moveNextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected