Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-source-registry.c109 GHashTable *service_restart_table; member
387 GHashTable *service_restart_table; in source_registry_service_restart_table_add() local
391 service_restart_table = registry->priv->service_restart_table; in source_registry_service_restart_table_add()
404 GHashTable *service_restart_table; in source_registry_service_restart_table_remove() local
409 service_restart_table = registry->priv->service_restart_table; in source_registry_service_restart_table_remove()
423 GHashTable *service_restart_table; in source_registry_service_restart_table_steal_all() local
426 service_restart_table = registry->priv->service_restart_table; in source_registry_service_restart_table_steal_all()
430 list = g_hash_table_get_keys (service_restart_table); in source_registry_service_restart_table_steal_all()
431 g_hash_table_steal_all (service_restart_table); in source_registry_service_restart_table_steal_all()
1380 g_hash_table_destroy (priv->service_restart_table); in source_registry_finalize()
[all …]