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

Function putMsg

examples/interfaces/11.batch.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// append given message to buffer ptr
59
60static void putMsg(unsigned char*& ptr, const void* from, unsigned size, unsigned alignment)
61{
62 memcpy(ptr, from, size);
63 ptr += align(size, alignment);
64}
65
66
67// append blob header with BPB to buffer ptr

Callers 1

mainFunction · 0.85

Calls 1

alignFunction · 0.70

Tested by

no test coverage detected