Lines Matching defs:handle
202 …mod_table_open_static_override(struct open_mod_table* me, const char* uri, remote_handle* handle) { in open_mod_table_open_static_override()
208 …int open_mod_table_open_static(struct open_mod_table* me, const char* uri, remote_handle* handle) { in open_mod_table_open_static()
393 …od_table_open_dynamic(struct open_mod_table* me, const char* uri, remote_handle* handle, char* dlS… in open_mod_table_open_dynamic()
497 remote_handle* handle) 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()
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()
791 int mod_table_open(const char* uri, remote_handle* handle, char* dlerr, int dlerrorLen, int* pdlErr… in mod_table_open()
811 int mod_table_invoke(remote_handle handle, uint32 sc, remote_arg* pra) { in mod_table_invoke()
828 int mod_table_close(remote_handle handle, char* errStr, int errStrLen, int* pdlErr) { in mod_table_close()