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

Function put_long

src/include/memory_routines.h:103–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103inline void put_long(UCHAR* p, SLONG value)
104{
105/**************************************
106 *
107 * p u t _ l o n g
108 *
109 **************************************
110 *
111 * Functional description
112 * Store one signed long int as
113 * four chars
114 *
115 **************************************/
116 memcpy(p, &value, sizeof(SLONG));
117}
118
119inline UCHAR put_vax_short(UCHAR* p, SSHORT value)
120{

Callers 1

packMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected