Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dmod_table.c76 struct open_mod* openMods;
107 struct open_mod { struct
173 static int open_mod_handle_close(struct open_mod *mod, remote_handle64 h);
177 struct open_mod *dm, *ftmp; in open_mod_table_dtor_imp()
259 …VERIFYC(NULL != (dm = ((struct const_mod*)calloc(1, sizeof(struct open_mod) + len))), AEE_ENOMEMOR… in static_mod_table_register_const_handle()
284 static int open_mod_handle_open(struct open_mod *mod, const char* name, in open_mod_handle_open()
301 static int open_mod_handle_close(struct open_mod *mod, remote_handle64 h) { in open_mod_handle_close()
396 struct open_mod *dm = 0, *dmOld; in open_mod_table_open_dynamic()
402 …VERIFYC(NULL != (dm = ((struct open_mod*)calloc(1, sizeof(struct open_mod) + len + 1))), AEE_ENOME… in open_mod_table_open_dynamic()
501 struct open_mod *dm = 0, *dmOld = 0; in open_mod_table_open_from_static()
[all …]