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

Function writeAttID

src/jrd/ods.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void writeAttID(header_page* page, AttNumber number)
264{
265 page->hdr_att_high = number >> BITS_PER_LONG;
266 page->hdr_attachment_id = (ULONG) (number & MAX_ULONG);
267}
268
269} // namespace
270

Callers 2

PAG_attachment_idFunction · 0.85
PAG_set_db_readonlyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected