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

Method putData

src/remote/remote.cpp:1462–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460}
1461
1462void SrvAuthBlock::putData(CheckStatusWrapper* status, unsigned int length, const void* data)
1463{
1464 status->init();
1465 try
1466 {
1467 memcpy(dataFromPlugin.getBuffer(length), data, length);
1468 }
1469 catch (const Exception& ex)
1470 {
1471 ex.stuffException(status);
1472 }
1473}
1474
1475ICryptKey* SrvAuthBlock::newKey(CheckStatusWrapper* status)
1476{

Callers 6

authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45

Calls 3

initMethod · 0.45
getBufferMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected