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

Function CPR_end_text

src/gpre/gpre.cpp:937–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935//
936
937void CPR_end_text(gpre_txt* text)
938{
939 text->txt_length = (USHORT) (gpreGlob.token_global.tok_position - text->txt_position - 1);
940}
941
942
943//____________________________________________________________

Callers 7

act_alter_domainFunction · 0.85
act_create_domainFunction · 0.85
act_create_viewFunction · 0.85
par_computedFunction · 0.85
par_fieldFunction · 0.85
par_field_constraintFunction · 0.85
par_table_constraintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected