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

Function gen_segment

src/gpre/languages/pas.cpp:2763–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2761//
2762
2763static void gen_segment( const act* action, int column)
2764{
2765 const blb* blob = (blb*) action->act_object;
2766
2767 printa(column, "gds__%d",
2768 (action->act_type == ACT_segment) ?
2769 blob->blb_buff_ident : (action->act_type == ACT_segment_length) ?
2770 blob->blb_len_ident : blob->blb_ident);
2771}
2772
2773
2774//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 1

printaFunction · 0.70

Tested by

no test coverage detected