Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dmod_table.c74 struct open_mod_table { struct
166 struct open_mod_table* me = (struct open_mod_table*)data; in open_mod_table_ctor_imp()
176 struct open_mod_table* me = (struct open_mod_table*)data; in open_mod_table_dtor_imp()
197 static int open_mod_table_open_from_static(struct open_mod_table* me,
202 static int open_mod_table_open_static_override(struct open_mod_table* me, const char* uri, remote_h… in open_mod_table_open_static_override()
208 static int open_mod_table_open_static(struct open_mod_table* me, const char* uri, remote_handle* ha… in open_mod_table_open_static()
393 static int open_mod_table_open_dynamic(struct open_mod_table* me, const char* uri, remote_handle* h… in open_mod_table_open_dynamic()
494 static int open_mod_table_open_from_static(struct open_mod_table* me, in open_mod_table_open_from_static()
572 static int open_mod_table_open(struct open_mod_table* me, const char* uri, remote_handle* handle, c… in open_mod_table_open()
597 static void open_mod_close(struct open_mod_table *me, struct open_mod* dm) { in open_mod_close()
[all …]