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

Method unblockQueryGet

src/jrd/svc.cpp:2328–2332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2326
2327
2328void Service::unblockQueryGet(bool over)
2329{
2330 svc_output_overflow = over;
2331 svc_sem_full.release();
2332}
2333
2334
2335void Service::get(UCHAR* buffer, USHORT length, USHORT flags, USHORT timeout, USHORT* return_length)

Callers 1

runMethod · 0.80

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected