Searched refs:bus_connection_addresses (Results 1 – 1 of 1) sorted by relevance
92 static char *bus_connection_addresses[N_BUS_TYPES] = { NULL, NULL, NULL }; variable122 dbus_free (bus_connection_addresses[i]); in addresses_shutdown_func()123 bus_connection_addresses[i] = NULL; in addresses_shutdown_func()159 get_from_env (&bus_connection_addresses[DBUS_BUS_SESSION], in init_session_address()161 if (bus_connection_addresses[DBUS_BUS_SESSION] == NULL) in init_session_address()178 retval =_dbus_string_steal_data (&addr, &bus_connection_addresses[DBUS_BUS_SESSION]); in init_session_address()198 if (bus_connection_addresses[DBUS_BUS_SESSION] == NULL) in init_session_address()199 bus_connection_addresses[DBUS_BUS_SESSION] = in init_session_address()201 if (bus_connection_addresses[DBUS_BUS_SESSION] == NULL) in init_session_address()229 if (bus_connection_addresses[DBUS_BUS_SYSTEM] == NULL) in init_connections_unlocked()[all …]