Lines Matching refs:remote_handle64
81 typedef int (*handle_invoke_fn)(remote_handle64, uint32, remote_arg*);
93 remote_handle64 h64;
113 remote_handle64 h64;
173 static int open_mod_handle_close(struct open_mod *mod, remote_handle64 h);
215 int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra)) { in static_mod_add() argument
240 …ic_override1(struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, r… in static_mod_table_register_static_override1() argument
246 …ster_static1(struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 sc, re… in static_mod_table_register_static1() argument
252 remote_handle64 remote, const char* uri, in static_mod_table_register_const_handle()
254 … int(*handle_invoke)(remote_handle64, uint32 sc, remote_arg* pra) in static_mod_table_register_const_handle() argument
285 remote_handle64 *ph) { in open_mod_handle_open()
301 static int open_mod_handle_close(struct open_mod *mod, remote_handle64 h) { in open_mod_handle_close()
617 static int open_mod_table_close(struct open_mod_table* me, remote_handle64 handle, char* errStr, in… in open_mod_table_close()
687 remote_handle64 h = 0; in open_mod_table_handle_invoke()
746 int mod_table_register_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, rem… in mod_table_register_static_override1() argument
774 int mod_table_register_static1(const char* name, int(*pfn)(remote_handle64, uint32 sc, remote_arg* … in mod_table_register_static1() argument
849 …egister_const_handle1(remote_handle remote, remote_handle64 local, const char* uri, int(*pfn)(remo… in mod_table_register_const_handle1() argument