Home
last modified time | relevance | path

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

/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/watchdog/
H A Dwatchdog.c335 List *wdCurrentFailovers; member
718 g_cluster.wdCurrentFailovers = NULL; in wd_cluster_initialize()
2036 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object_by_id()
2054 g_cluster.wdCurrentFailovers = list_delete_ptr(g_cluster.wdCurrentFailovers,failoverObj); in remove_failover_object()
2076 foreach(lc, g_cluster.wdCurrentFailovers) in remove_failovers_from_node()
2109 foreach(lc, g_cluster.wdCurrentFailovers) in service_expired_failovers()
2147 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object()
2399 g_cluster.wdCurrentFailovers = lappend(g_cluster.wdCurrentFailovers,failoverObj); in process_failover_command_on_coordinator()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/watchdog/
H A Dwatchdog.c370 List *wdCurrentFailovers; member
778 g_cluster.wdCurrentFailovers = NULL; in wd_cluster_initialize()
2213 g_cluster.wdCurrentFailovers = list_delete_ptr(g_cluster.wdCurrentFailovers, failoverObj); in remove_failover_object()
2225 List *failovers_to_del = list_copy(g_cluster.wdCurrentFailovers); in clear_all_failovers()
2253 foreach(lc, g_cluster.wdCurrentFailovers) in service_expired_failovers()
2335 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object()
2586 g_cluster.wdCurrentFailovers = lappend(g_cluster.wdCurrentFailovers, failoverObj); in add_failover()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/watchdog/
H A Dwatchdog.c366 List *wdCurrentFailovers; member
764 g_cluster.wdCurrentFailovers = NULL; in wd_cluster_initialize()
2139 g_cluster.wdCurrentFailovers = list_delete_ptr(g_cluster.wdCurrentFailovers,failoverObj); in remove_failover_object()
2150 List *failovers_to_del = list_copy(g_cluster.wdCurrentFailovers); in clear_all_failovers()
2175 foreach(lc, g_cluster.wdCurrentFailovers) in service_expired_failovers()
2213 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object()
2451 g_cluster.wdCurrentFailovers = lappend(g_cluster.wdCurrentFailovers,failoverObj); in add_failover()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/watchdog/
H A Dwatchdog.c370 List *wdCurrentFailovers; member
777 g_cluster.wdCurrentFailovers = NULL; in wd_cluster_initialize()
2212 g_cluster.wdCurrentFailovers = list_delete_ptr(g_cluster.wdCurrentFailovers, failoverObj); in remove_failover_object()
2224 List *failovers_to_del = list_copy(g_cluster.wdCurrentFailovers); in clear_all_failovers()
2251 foreach(lc, g_cluster.wdCurrentFailovers) in service_expired_failovers()
2294 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object()
2545 g_cluster.wdCurrentFailovers = lappend(g_cluster.wdCurrentFailovers, failoverObj); in add_failover()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/watchdog/
H A Dwatchdog.c374 List *wdCurrentFailovers; member
794 g_cluster.wdCurrentFailovers = NULL; in wd_cluster_initialize()
2301 g_cluster.wdCurrentFailovers = list_delete_ptr(g_cluster.wdCurrentFailovers, failoverObj); in remove_failover_object()
2313 List *failovers_to_del = list_copy(g_cluster.wdCurrentFailovers); in clear_all_failovers()
2341 foreach(lc, g_cluster.wdCurrentFailovers) in service_expired_failovers()
2423 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object()
2674 g_cluster.wdCurrentFailovers = lappend(g_cluster.wdCurrentFailovers, failoverObj); in add_failover()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/watchdog/
H A Dwatchdog.c392 List *wdCurrentFailovers; member
816 g_cluster.wdCurrentFailovers = NULL; in wd_cluster_initialize()
2358 g_cluster.wdCurrentFailovers = list_delete_ptr(g_cluster.wdCurrentFailovers, failoverObj); in remove_failover_object()
2370 List *failovers_to_del = list_copy(g_cluster.wdCurrentFailovers); in clear_all_failovers()
2398 foreach(lc, g_cluster.wdCurrentFailovers) in service_expired_failovers()
2480 foreach(lc, g_cluster.wdCurrentFailovers) in get_failover_object()
2731 g_cluster.wdCurrentFailovers = lappend(g_cluster.wdCurrentFailovers, failoverObj); in add_failover()