Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2328
void Service::unblockQueryGet(bool over)
2329
{
2330
svc_output_overflow = over;
2331
svc_sem_full.release();
2332
}
2333
2334
2335
void Service::get(UCHAR* buffer, USHORT length, USHORT flags, USHORT timeout, USHORT* return_length)
Callers
1
run
Method · 0.80
Calls
1
release
Method · 0.45
Tested by
no test coverage detected