Lines Matching refs:connections
138 tl->connections = g_hash_table_new_full (g_direct_hash, g_direct_equal, in cam_tl_new()
147 g_hash_table_destroy (tl->connections); in cam_tl_destroy()
303 connection = g_hash_table_lookup (tl->connections, in cam_tl_read_tpdu_next()
376 g_hash_table_insert (tl->connections, GINT_TO_POINTER (conn->id), conn); in cam_tl_create_connection()
431 g_hash_table_remove (tl->connections, in handle_control_tpdu()
491 GList *connections = NULL; in cam_tl_read_all() local
526 connections = NULL; in cam_tl_read_all()
527 g_hash_table_foreach (tl->connections, in cam_tl_read_all()
528 foreach_connection_get, &connections); in cam_tl_read_all()
530 for (walk = connections; walk; walk = walk->next) { in cam_tl_read_all()
536 g_list_free (connections); in cam_tl_read_all()
549 g_list_free (connections); in cam_tl_read_all()
557 g_list_free (connections); in cam_tl_read_all()