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

Function CMP_stuff_symbol

src/gpre/cmp.cpp:362–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360//
361
362void CMP_stuff_symbol( gpre_req* request, const gpre_sym* symbol)
363{
364 request->add_byte(static_cast<int>(strlen(symbol->sym_string)));
365
366 for (const TEXT* p = symbol->sym_string; *p; p++)
367 request->add_byte(*p);
368}
369
370
371//____________________________________________________________

Callers 4

cmp_procedureFunction · 0.85
cmp_sliceFunction · 0.85
CME_relationFunction · 0.85
cmp_fieldFunction · 0.85

Calls 1

add_byteMethod · 0.45

Tested by

no test coverage detected