Home
last modified time | relevance | path

Searched refs:our_network_ids (Results 1 – 3 of 3) sorted by relevance

/dports/x11/mate-session-manager/mate-session-manager-1.26.0/mate-session/
H A Dgsm-xsmp-server.c433 char **our_network_ids; in update_iceauthority() local
449 our_network_ids = g_malloc (server->num_local_xsmp_sockets * sizeof (char *)); in update_iceauthority()
451 our_network_ids[i] = IceGetListenConnectionString (server->xsmp_sockets[i]); in update_iceauthority()
471 if (!strcmp (auth_entry->network_id, our_network_ids[i])) { in update_iceauthority()
506 auth_entry_new ("ICE", our_network_ids[i])); in update_iceauthority()
508 auth_entry_new ("XSMP", our_network_ids[i])); in update_iceauthority()
525 free (our_network_ids[i]); in update_iceauthority()
527 g_free (our_network_ids); in update_iceauthority()
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dcsm-xsmp-server.c450 char **our_network_ids; in update_iceauthority() local
473 our_network_ids = g_malloc (server->priv->num_local_xsmp_sockets * sizeof (char *)); in update_iceauthority()
475 our_network_ids[i] = IceGetListenConnectionString (server->priv->xsmp_sockets[i]); in update_iceauthority()
495 if (!strcmp (auth_entry->network_id, our_network_ids[i])) { in update_iceauthority()
530 auth_entry_new ("ICE", our_network_ids[i])); in update_iceauthority()
532 auth_entry_new ("XSMP", our_network_ids[i])); in update_iceauthority()
549 free (our_network_ids[i]); in update_iceauthority()
551 g_free (our_network_ids); in update_iceauthority()
/dports/x11/gnome-session/gnome-session-40.1.1/gnome-session/
H A Dgsm-xsmp-server.c448 char **our_network_ids; in update_iceauthority() local
471 our_network_ids = g_malloc (server->priv->num_local_xsmp_sockets * sizeof (char *)); in update_iceauthority()
473 our_network_ids[i] = IceGetListenConnectionString (server->priv->xsmp_sockets[i]); in update_iceauthority()
493 if (!strcmp (auth_entry->network_id, our_network_ids[i])) { in update_iceauthority()
528 auth_entry_new ("ICE", our_network_ids[i])); in update_iceauthority()
530 auth_entry_new ("XSMP", our_network_ids[i])); in update_iceauthority()
547 free (our_network_ids[i]); in update_iceauthority()
549 g_free (our_network_ids); in update_iceauthority()