Lines Matching refs:open_mod_table
74 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()
617 static int open_mod_table_close(struct open_mod_table* me, remote_handle64 handle, char* errStr, in… in open_mod_table_close()
665 static struct open_mod* open_mod_table_get_open(struct open_mod_table* me, remote_handle handle) { in open_mod_table_get_open()
675 static struct const_mod* open_mod_table_get_const(struct open_mod_table* me, remote_handle handle) { in open_mod_table_get_const()
683 static int open_mod_table_handle_invoke(struct open_mod_table* me, remote_handle handle, uint32 sc,… in open_mod_table_handle_invoke()
716 struct open_mod_table omt;
793 struct open_mod_table* pomt = 0; in mod_table_open()
813 struct open_mod_table* pomt = 0; in mod_table_invoke()
830 struct open_mod_table* pomt = 0; in mod_table_close()