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

Function put_cstring

src/gpre/cmd.cpp:2358–2366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2356//
2357
2358static void put_cstring(gpre_req* request, USHORT ddl_operator,
2359 const TEXT* string)
2360{
2361 USHORT length = 0;
2362 if (string != NULL)
2363 length = static_cast<USHORT>(strlen(string));
2364
2365 put_string(request, ddl_operator, string, length);
2366}
2367
2368
2369//____________________________________________________________

Callers 15

CMD_compile_ddlFunction · 0.85
alter_databaseFunction · 0.85
alter_domainFunction · 0.85
alter_tableFunction · 0.85
create_trg_firing_condFunction · 0.85
create_matching_blrFunction · 0.85
create_upd_cascade_trgFunction · 0.85
create_del_cascade_trgFunction · 0.85
create_set_default_trgFunction · 0.85
create_set_null_trgFunction · 0.85
create_constraintFunction · 0.85

Calls 1

put_stringFunction · 0.85

Tested by

no test coverage detected