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

Function find

src/jrd/SysFunction.cpp:3251–3260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3249};
3250
3251CodeValue* find(CodeValue* array, MetaName& name)
3252{
3253 for (; array->value; ++array)
3254 {
3255 if (name == array->value)
3256 return array;
3257 }
3258
3259 return nullptr;
3260}
3261
3262
3263dsc* evlEncryptDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,

Callers 15

getHashAlgorithmDescFunction · 0.70
evlEncryptDecryptFunction · 0.70
emplaceMethod · 0.70
isInternalFilterFunction · 0.70
PopRpbMethod · 0.70
loginFailMethod · 0.50
loginSuccessMethod · 0.50
dsqlFieldRemapperMethod · 0.50
PASS1_derived_tableFunction · 0.50
pass1_rse_implFunction · 0.50
internalDsqlPassMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected