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

Function gen_tpb_decls

src/gpre/languages/ftn.cpp:3478–3483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3476//
3477
3478static void gen_tpb_decls(const tpb* tpb_buffer)
3479{
3480 const int length = (tpb_buffer->tpb_length + (sizeof(SLONG) - 1)) / sizeof(SLONG);
3481 fprintf(gpreGlob.out_file, "%sINTEGER*4 ISC_TPB_%d(%d) %s{ transaction parameters }\n",
3482 COLUMN, tpb_buffer->tpb_ident, length, INLINE_COMMENT);
3483}
3484
3485
3486//____________________________________________________________

Callers 1

gen_database_declsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected