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

Function PUT_WORD

src/remote/merge.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using namespace Firebird;
33
34inline void PUT_WORD(UCHAR*& ptr, USHORT value)
35{
36 *ptr++ = static_cast<UCHAR>(value);
37 *ptr++ = static_cast<UCHAR>(value >> 8);
38}
39
40#define PUT(ptr, value) *(ptr)++ = value;
41

Callers 2

MERGE_database_infoFunction · 0.85
merge_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected