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

Method putInt32

src/jrd/replication/Replicator.h:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void putInt32(SLONG value)
88 {
89 const auto ptr = (const UCHAR*) &value;
90 buffer->add(ptr, sizeof(SLONG));
91 }
92
93 void putInt64(SINT64 value)
94 {

Callers 5

storeBlobMethod · 0.80
insertRecordMethod · 0.80
updateRecordMethod · 0.80
deleteRecordMethod · 0.80
executeSqlIntlMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected