Home
last modified time | relevance | path

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

/third_party/iowow/src/log/
Diwlog.c59 static IWLOG_ECODE_FN _ecode_functions[_IWLOG_MAX_ECODE_FUN] = { 0 }; variable
196 if (_ecode_functions[i] == 0) { in iwlog_register_ecodefn()
197 _ecode_functions[i] = fp; in iwlog_register_ecodefn()
223 if (_ecode_functions[i] == 0) { in _ecode_explained()
226 ret = _ecode_functions[i](locale, ecode); in _ecode_explained()