Searched refs:CONN_DEFUNCT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Drepmgr.h235 #define CONN_DEFUNCT 4 /* Basically dead, awaiting clean-up. */ macro
451 (conn)->state = CONN_DEFUNCT; \
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_posix.c242 if (conn->state == CONN_DEFUNCT) {
582 if (conn->state == CONN_DEFUNCT) {
652 if (conn->state == CONN_DEFUNCT)
H A Drepmgr_windows.c262 if (conn->state == CONN_DEFUNCT)
573 if (conn->state == CONN_DEFUNCT) {
639 if (connections[i]->state != CONN_DEFUNCT &&
H A Drepmgr_net.c406 conn->state != CONN_CONNECTING && conn->state != CONN_DEFUNCT);
718 conn->state == CONN_DEFUNCT || env->rep_handle->finished);
H A Drepmgr_sel.c959 case CONN_DEFUNCT:

Completed in 78 milliseconds