Home
last modified time | relevance | path

Searched refs:fn_table (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/edify/
Dexpr.cpp356 NamedFunction* fn_table = NULL; variable
361fn_table = reinterpret_cast<NamedFunction*>(realloc(fn_table, fn_size * sizeof(NamedFunction))); in RegisterFunction()
363 fn_table[fn_entries].name = name; in RegisterFunction()
364 fn_table[fn_entries].fn = fn; in RegisterFunction()
375 qsort(fn_table, fn_entries, sizeof(NamedFunction), fn_entry_compare); in FinishRegistration()
381 NamedFunction* nf = reinterpret_cast<NamedFunction*>(bsearch(&key, fn_table, fn_entries, in FindFunction()