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

Function MSC_find_symbol

src/gpre/msc.cpp:221–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219//
220
221gpre_sym* MSC_find_symbol(gpre_sym* symbol, sym_t type)
222{
223
224 for (; symbol; symbol = symbol->sym_homonym)
225 if (symbol->sym_type == type)
226 return symbol;
227
228 return NULL;
229}
230
231
232//____________________________________________________________

Callers 15

EXP_relationFunction · 0.85
SQL_par_field_collateFunction · 0.85
SQL_par_field_dtypeFunction · 0.85
SQL_procedureFunction · 0.85
SQL_relationFunction · 0.85
SQL_relation_nameFunction · 0.85
act_d_sectionFunction · 0.85
act_set_namesFunction · 0.85
par_char_setFunction · 0.85
par_cursorFunction · 0.85
par_dynamic_cursorFunction · 0.85
PAR_using_dbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected