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

Method getSegment

src/yvalve/why.cpp:4212–4226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4210}
4211
4212int YBlob::getSegment(CheckStatusWrapper* status, unsigned int bufferLength,
4213 void* buffer, unsigned int* segmentLength)
4214{
4215 try
4216 {
4217 YEntry<YBlob> entry(status, this);
4218 return entry.next()->getSegment(status, bufferLength, buffer, segmentLength);
4219 }
4220 catch (const Exception& e)
4221 {
4222 e.stuffException(status);
4223 }
4224
4225 return IStatus::RESULT_ERROR;
4226}
4227
4228void YBlob::putSegment(CheckStatusWrapper* status, unsigned int length, const void* buffer)
4229{

Callers 2

dumpFunction · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected