Lines Matching refs:static_mod_table
66 struct static_mod_table { struct
77 struct static_mod_table* smt; argument
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()
169 me->smt = (struct static_mod_table*) ctx; in open_mod_table_ctor_imp()
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()
715 struct static_mod_table smt;
720 static struct static_mod_table static_mod_table_obj;