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

Function HSH_fini

src/gpre/hsh.cpp:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59//
60
61void HSH_fini()
62{
63 while (key_symbols)
64 {
65 gpre_sym* symbol = key_symbols;
66 key_symbols = (gpre_sym*) key_symbols->sym_object;
67 HSH_remove(symbol);
68 MSC_free(symbol);
69 }
70}
71
72
73//____________________________________________________________

Callers

nothing calls this directly

Calls 2

HSH_removeFunction · 0.85
MSC_freeFunction · 0.85

Tested by

no test coverage detected