MCPcopy 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
504void 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
512void Service::putBytes(const UCHAR* bytes, FB_SIZE_T len)
513{

Callers 1

print_descriptionFunction · 0.45

Calls 1

enqueueFunction · 0.70

Tested by

no test coverage detected