Searched refs:IS_VALID_EID (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c606 if (!flow_control || !IS_VALID_EID(conn->eid)) {
745 DB_ASSERT(env, IS_VALID_EID(conn->eid));
H A Drepmgr_elect.c325 (!need_success && IS_VALID_EID(db_rep->master_eid)) ||
H A Drepmgr_msg.c208 if (!IS_VALID_EID(db_rep->master_eid) ||
H A Drepmgr_net.c111 IS_VALID_EID(db_rep->peer) &&
293 DB_ASSERT(env, IS_VALID_EID(conn->eid) &&
643 if (IS_VALID_EID(eid)) {
1010 if (IS_VALID_EID(eid = __repmgr_find_site(env, host, port))) {
H A Drepmgr_sel.c279 !IS_VALID_EID(db_rep->master_eid))
727 if (IS_VALID_EID(conn->eid)) {
1247 if (IS_VALID_EID(eid = __repmgr_find_site(env, host, port))) {
1296 DB_ASSERT(env, IS_VALID_EID(conn->eid));
1338 IS_READY_STATE(conn->state) && IS_VALID_EID(conn->eid));
H A Drepmgr_windows.c588 (!flow_control || !IS_VALID_EID(conn->eid))) {
769 DB_ASSERT(env, IS_VALID_EID(eid));
H A Drepmgr_util.c383 if (IS_VALID_EID(eid))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h376 #define IS_VALID_EID(e) ((e) >= 0) macro

Completed in 165 milliseconds