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

Function update_references

src/gpre/cmp.cpp:1822–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820//
1821
1822static void update_references( ref* references)
1823{
1824 for (ref* re = references; re; re = re->ref_next)
1825 {
1826 ref* source = re->ref_source;
1827 source->ref_port = re->ref_port;
1828 source->ref_parameter = re->ref_parameter;
1829 source->ref_ident = re->ref_ident;
1830 }
1831}
1832

Callers 1

CMP_compile_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected