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

Function gen_segment

src/gpre/languages/ftn.cpp:3154–3163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3152//
3153
3154static void gen_segment(const act* action)
3155{
3156 blb* blob = (blb*) action->act_object;
3157
3158 printa("", "%sisc_%d",
3159 (action->act_flags & ACT_first) ? COLUMN : CONTINUE,
3160 (action->act_type == ACT_segment) ? blob->blb_buff_ident :
3161 (action->act_type == ACT_segment_length) ? blob->blb_len_ident : blob->blb_ident);
3162 fputs(CONTINUE, gpreGlob.out_file);
3163}
3164
3165
3166//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 2

fputsFunction · 0.85
printaFunction · 0.70

Tested by

no test coverage detected