Searched refs:__repmgr_bust_connection (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drepmgr_ext.h35 int __repmgr_bust_connection __P((ENV *, REPMGR_CONNECTION *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c240 ret = __repmgr_bust_connection(env, conn);
H A Drepmgr_net.c128 (t_ret = __repmgr_bust_connection(env, conn)) != 0)
326 if ((ret = __repmgr_bust_connection(env, conn)) != 0)
344 * __repmgr_bust_connection()), so that the caller needn't do so.
615 * PUBLIC: int __repmgr_bust_connection __P((ENV *,
622 __repmgr_bust_connection(env, conn) function
H A Drepmgr_posix.c714 ret = __repmgr_bust_connection(env, conn);
H A Drepmgr_windows.c723 ret = __repmgr_bust_connection(env, conn);
H A Drepmgr_sel.c300 return (__repmgr_bust_connection(env, conn));
518 return (__repmgr_bust_connection(env, con));

Completed in 37 milliseconds