• Home
  • Raw
  • Download

Lines Matching defs:me

119 static int static_mod_table_ctor(struct static_mod_table* me) {  in static_mod_table_ctor()
129 static void static_mod_table_dtor_imp(struct static_mod_table* me) { in static_mod_table_dtor_imp()
166 struct open_mod_table* me = (struct open_mod_table*)data; in open_mod_table_ctor_imp() local
176 struct open_mod_table* me = (struct open_mod_table*)data; in open_mod_table_dtor_imp() local
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()
213 static int static_mod_add(struct static_mod_table* me, struct static_mod** tbl, const char* uri, in static_mod_add()
237 static int static_mod_table_register_static_override(struct static_mod_table* me, const char* uri, … in static_mod_table_register_static_override()
240 static int static_mod_table_register_static_override1(struct static_mod_table* me, const char* uri,… in static_mod_table_register_static_override1()
243 static int static_mod_table_register_static(struct static_mod_table* me, const char* uri, int(*pfn)… in static_mod_table_register_static()
246 static int static_mod_table_register_static1(struct static_mod_table* me, const char* uri, int(*pfn… in static_mod_table_register_static1()
251 static int static_mod_table_register_const_handle(struct static_mod_table* me, remote_handle local, in static_mod_table_register_const_handle()
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()