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

Method putData

src/jrd/extds/ValidatePassword.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156};
157
158void CBlock::putData(CheckStatusWrapper* status, unsigned int length, const void* d)
159{
160 void* to = sBlock->data.getBuffer(length);
161 memcpy(to, d, length);
162}
163
164void SBlock::putData(CheckStatusWrapper* status, unsigned int length, const void* d)
165{

Callers

nothing calls this directly

Calls 1

getBufferMethod · 0.45

Tested by

no test coverage detected