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

Function MSC_reference

src/gpre/msc.cpp:402–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400//
401
402ref* MSC_reference(ref** link)
403{
404 ref* reference = (ref*) MSC_alloc(REF_LEN);
405
406 if (link)
407 {
408 reference->ref_next = *link;
409 *link = reference;
410 }
411
412 return reference;
413}
414
415
416//____________________________________________________________

Callers 10

EXP_post_arrayFunction · 0.85
EXP_post_fieldFunction · 0.85
par_fieldFunction · 0.85
act_open_blobFunction · 0.85
par_array_elementFunction · 0.85
par_end_modifyFunction · 0.85
par_end_storeFunction · 0.85
par_returning_valuesFunction · 0.85
par_variableFunction · 0.85
create_viewFunction · 0.85

Calls 1

MSC_allocFunction · 0.85

Tested by

no test coverage detected