Searched refs:DB_REP_UNAVAIL (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_net.c612 return (DB_REP_UNAVAIL);
631 dbenv->err(dbenv, DB_REP_UNAVAIL,
633 return (DB_REP_UNAVAIL);
715 return (DB_REP_UNAVAIL);
720 return (DB_REP_UNAVAIL);
728 return (DB_REP_UNAVAIL);
733 return (DB_REP_UNAVAIL);
739 return (DB_REP_UNAVAIL);
743 return (DB_REP_UNAVAIL);
H A Drep_msg.c364 if (ret == DB_REP_UNAVAIL)
403 return (DB_REP_UNAVAIL);
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_windows.c140 ret = DB_REP_UNAVAIL;
263 return (DB_REP_UNAVAIL);
674 ret = DB_REP_UNAVAIL;
688 ret = DB_REP_UNAVAIL;
699 ret = DB_REP_UNAVAIL;
713 ret = DB_REP_UNAVAIL;
722 if (ret == DB_REP_UNAVAIL)
773 return (DB_REP_UNAVAIL);
783 DB_ASSERT(env, ret != DB_REP_UNAVAIL);
H A Drepmgr_sel.c42 return (DB_REP_UNAVAIL); \
425 } else if (ret == DB_REP_UNAVAIL)
517 case DB_REP_UNAVAIL:
722 return (DB_REP_UNAVAIL);
741 return (DB_REP_UNAVAIL);
779 return (DB_REP_UNAVAIL);
955 return (DB_REP_UNAVAIL);
1013 return (DB_REP_UNAVAIL);
1032 return (DB_REP_UNAVAIL);
1120 return (DB_REP_UNAVAIL);
[all...]
H A Drepmgr_msg.c54 return (ret == DB_REP_UNAVAIL ? 0 : ret);
239 &control2, &rec2, FALSE)) == DB_REP_UNAVAIL)
312 else if (ret != DB_REP_UNAVAIL)
H A Drepmgr_posix.c156 return (DB_REP_UNAVAIL);
243 ret = DB_REP_UNAVAIL; /* #3. */
713 if (ret == DB_REP_UNAVAIL)
755 return (DB_REP_UNAVAIL);
765 DB_ASSERT(env, ret != DB_REP_UNAVAIL);
H A Drepmgr_queue.c108 ret = DB_REP_UNAVAIL;
H A Drepmgr_net.c120 ret = DB_REP_UNAVAIL;
127 control, rec, TRUE)) == DB_REP_UNAVAIL &&
207 ret = DB_REP_UNAVAIL;
325 } else if (ret == DB_REP_UNAVAIL) {
469 return (DB_REP_UNAVAIL);
976 return (DB_REP_UNAVAIL);
1017 env, host, port, 0, &address_list)) == DB_REP_UNAVAIL) {
H A Drepmgr_elect.c224 case DB_REP_UNAVAIL:
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_except.i126 case DB_REP_UNAVAIL:
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_elect.c367 ret = DB_REP_UNAVAIL;
387 * incorrectly return DB_REP_UNAVAIL and start a
408 ret = DB_REP_UNAVAIL;
420 ret = DB_REP_UNAVAIL;
452 if (ret == 0 || ret == DB_REP_UNAVAIL)
H A Drep_log.c193 if (ret == DB_NOTFOUND || ret == DB_REP_UNAVAIL)
528 if (ret == DB_REP_UNAVAIL)
H A Drep_util.c243 ret = DB_REP_UNAVAIL;
1554 return (DB_REP_UNAVAIL);
H A Drep_backup.c785 if (ret == DB_REP_UNAVAIL)
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Ddb_err.c300 case DB_REP_UNAVAIL:
301 return ("DB_REP_UNAVAIL: Unable to elect a master");
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts529 DB_REP_UNAVAIL => DEFINE,
H A DBerkeleyDB.pm410 DB_REP_UNAVAIL
H A Dconstants.h2197 DB_REP_UNAVAIL DB_REVSPLITOFF DB_RUNRECOVERY DB_SEQ_WRAPPED DB_SET_TXN_NOW
2674 if (memEQ(name, "DB_REP_UNAVAIL", 14)) {
2676 #ifdef DB_REP_UNAVAIL
2677 *iv_return = DB_REP_UNAVAIL;
5560 DB_REP_UNAVAIL DB_REVSPLITOFF DB_RMW DB_RPCCLIENT
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1203 #define DB_REP_UNAVAIL (-30975)/* Site cannot currently be reached. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1193 #define DB_REP_UNAVAIL (-30975)/* Site cannot currently be reached. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1182 #define DB_REP_UNAVAIL (-30975)/* Site cannot currently be reached. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1191 #define DB_REP_UNAVAIL (-30975)/* Site cannot currently be reached. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1230 #define DB_REP_UNAVAIL (-30975)/* Site cannot currently be reached. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1230 #define DB_REP_UNAVAIL (-30975)/* Site cannot currently be reached. */ macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp614 REGISTER_LONG_CONSTANT("DB_REP_UNAVAIL", DB_REP_UNAVAIL, CONST_CS | CONST_PERSISTENT);

Completed in 397 milliseconds

12