Home
last modified time | relevance | path

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

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c100 static struct WrapperFunctionLookup k_wrapped_functions[] = { variable
855 for (int i = 0; k_wrapped_functions[i].name; ++i) { in ejd_port_handler()
856 if (strcmp(k_wrapped_functions[i].name, fname) == 0) { in ejd_port_handler()
857 k_wrapped_functions[i].fn(receive_port, msg, reply_port); in ejd_port_handler()