Searched refs:st_connect_fail (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationManagerStats.java54 private int st_connect_fail; field in class:ReplicationManagerStats
59 return st_connect_fail;
72 + "\n st_connect_fail=" + st_connect_fail
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stat.c148 (u_long)sp->st_connect_fail);
H A Drepmgr_posix.c754 STAT(db_rep->region->mstat.st_connect_fail++);
H A Drepmgr_windows.c772 STAT(db_rep->region->mstat.st_connect_fail++);
H A Drepmgr_sel.c476 STAT(db_rep->region->mstat.st_connect_fail++);
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c293 JAVADB_STAT_INT(jnienv, jobj, repmgr_stat_st_connect_fail_fid, statp, st_connect_fail);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c1314 MAKE_STAT_LIST("Failed re-connects", sp->st_connect_fail);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1035 u_int32_t st_connect_fail; /* Failed new connection attempts. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1025 u_int32_t st_connect_fail; /* Failed new connection attempts. */ member in struct:__db_repmgr_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1014 u_int32_t st_connect_fail; /* Failed new connection attempts. */ member in struct:__db_repmgr_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1023 u_int32_t st_connect_fail; /* Failed new connection attempts. */ member in struct:__db_repmgr_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1062 u_int32_t st_connect_fail; /* Failed new connection attempts. */ member in struct:__db_repmgr_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1062 u_int32_t st_connect_fail; /* Failed new connection attempts. */ member in struct:__db_repmgr_stat

Completed in 410 milliseconds