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

Function CPR_start_text

src/gpre/gpre.cpp:1156–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154//
1155
1156gpre_txt* CPR_start_text()
1157{
1158 gpre_txt* text = (gpre_txt*) MSC_alloc(TXT_LEN);
1159 text->txt_position = gpreGlob.token_global.tok_position - 1;
1160
1161 return text;
1162}
1163
1164
1165//____________________________________________________________

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 1

MSC_allocFunction · 0.85

Tested by

no test coverage detected