Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ putChar
Method
putChar
src/jrd/svc.cpp:504–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
void Service::putChar(char tag, char val)
505
{
506
UCHAR buf[2];
507
buf[0] = tag;
508
buf[1] = val;
509
enqueue(buf, sizeof buf);
510
}
511
512
void Service::putBytes(const UCHAR* bytes, FB_SIZE_T len)
513
{
Callers
1
print_description
Function · 0.45
Calls
1
enqueue
Function · 0.70
Tested by
no test coverage detected