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

Method send

src/yvalve/why.cpp:4071–4083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4069}
4070
4071void YRequest::send(CheckStatusWrapper* status, int level, unsigned int msgType,
4072 unsigned int length, const void* message)
4073{
4074 try
4075 {
4076 YEntry<YRequest> entry(status, this);
4077 entry.next()->send(status, level, msgType, length, message);
4078 }
4079 catch (const Exception& e)
4080 {
4081 e.stuffException(status);
4082 }
4083}
4084
4085void YRequest::getInfo(CheckStatusWrapper* status, int level, unsigned int itemsLength,
4086 const unsigned char* items, unsigned int bufferLength, unsigned char* buffer)

Callers 1

API_ROUTINE isc_sendFunction · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected