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

Function gen_segment

src/gpre/languages/rmc.cpp:3502–3510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3500//
3501
3502static void gen_segment( const act* action)
3503{
3504 const blb* blob = (blb*) action->act_object;
3505
3506 fprintf(gpreGlob.out_file, "%s%d",
3507 names[isc_a_pos],
3508 (action->act_type == ACT_segment) ? blob->blb_buff_ident :
3509 (action->act_type == ACT_segment_length) ? blob->blb_len_ident : blob->blb_ident);
3510}
3511
3512
3513//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected