Home
last modified time | relevance | path

Searched refs:DB_REP_UNAVAIL (Results 1 – 25 of 85) sorted by relevance

1234

/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_sel.c698 case DB_REP_UNAVAIL:
703 return (DB_REP_UNAVAIL);
721 return (DB_REP_UNAVAIL);
755 return (DB_REP_UNAVAIL);
1004 return (DB_REP_UNAVAIL);
1317 ret = DB_REP_UNAVAIL;
1319 ret = DB_REP_UNAVAIL;
1357 return (DB_REP_UNAVAIL);
1491 return (DB_REP_UNAVAIL);
1618 return (DB_REP_UNAVAIL);
[all …]
H A Drepmgr_msg.c135 ret = DB_REP_UNAVAIL;
170 if (ret == DB_REP_UNAVAIL)
611 &control2, &rec2, 0)) == DB_REP_UNAVAIL)
745 if (ret == DB_REP_UNAVAIL)
800 ret = DB_REP_UNAVAIL;
826 case DB_REP_UNAVAIL:
969 ret = DB_REP_UNAVAIL;
1061 if (ret == DB_REP_UNAVAIL)
1144 ret = DB_REP_UNAVAIL;
1513 ret = DB_REP_UNAVAIL;
[all …]
H A Drepmgr_net.c131 case DB_REP_UNAVAIL:
140 if (ret == DB_REP_UNAVAIL) {
167 return (DB_REP_UNAVAIL);
288 ret = DB_REP_UNAVAIL;
330 ret = DB_REP_UNAVAIL;
555 ret = DB_REP_UNAVAIL;
850 } else if (ret == DB_REP_UNAVAIL)
906 return (DB_REP_UNAVAIL);
1029 return (DB_REP_UNAVAIL);
1370 resp->ret = DB_REP_UNAVAIL;
[all …]
H A Drepmgr_elect.c200 DB_REP_UNAVAIL)
336 DB_REP_UNAVAIL)
476 case DB_REP_UNAVAIL:
546 if ((ret = __repmgr_become_master(env)) == DB_REP_UNAVAIL) {
H A Drepmgr_method.c192 ret = DB_REP_UNAVAIL;
1079 return (DB_REP_UNAVAIL);
1254 ret = DB_REP_UNAVAIL;
1532 return (DB_REP_UNAVAIL);
2348 &addr)) == DB_REP_UNAVAIL) {
2356 return (DB_REP_UNAVAIL);
2413 ret = DB_REP_UNAVAIL;
2436 ret = DB_REP_UNAVAIL;
2454 ret = DB_REP_UNAVAIL;
2579 ret = DB_REP_UNAVAIL;
[all …]
H A Drepmgr_windows.c199 ret = DB_REP_UNAVAIL;
347 return (DB_REP_UNAVAIL);
843 ret = DB_REP_UNAVAIL;
846 if (ret == DB_REP_UNAVAIL)
H A Drepmgr_posix.c163 return (DB_REP_UNAVAIL);
275 ret = DB_REP_UNAVAIL; /* #3. */
801 if (ret == DB_REP_UNAVAIL)
H A Drepmgr_queue.c103 ret = DB_REP_UNAVAIL;
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_sel.c1185 case DB_REP_UNAVAIL:
1569 return (DB_REP_UNAVAIL);
1931 ret = DB_REP_UNAVAIL;
1934 ret = DB_REP_UNAVAIL;
1978 return (DB_REP_UNAVAIL);
2115 return (DB_REP_UNAVAIL);
2279 return (DB_REP_UNAVAIL);
2358 return (DB_REP_UNAVAIL);
2379 return (DB_REP_UNAVAIL);
2640 return (DB_REP_UNAVAIL);
[all …]
H A Drepmgr_net.c174 ret = DB_REP_UNAVAIL;
183 case DB_REP_UNAVAIL:
200 if (ret == DB_REP_UNAVAIL) {
243 return (DB_REP_UNAVAIL);
248 return (DB_REP_UNAVAIL);
385 ret = DB_REP_UNAVAIL;
427 ret = DB_REP_UNAVAIL;
665 ret = DB_REP_UNAVAIL;
1025 return (DB_REP_UNAVAIL);
1148 return (DB_REP_UNAVAIL);
[all …]
H A Drepmgr_msg.c145 ret = DB_REP_UNAVAIL;
200 if (ret == DB_REP_UNAVAIL)
745 &control2, &rec2, 0)) == DB_REP_UNAVAIL)
1047 if (ret == DB_REP_UNAVAIL)
1113 ret = DB_REP_UNAVAIL;
1140 case DB_REP_UNAVAIL:
1460 ret = DB_REP_UNAVAIL;
1553 if (ret == DB_REP_UNAVAIL)
1636 ret = DB_REP_UNAVAIL;
2009 ret = DB_REP_UNAVAIL;
[all …]
H A Drepmgr_elect.c330 DB_REP_UNAVAIL)
468 DB_REP_UNAVAIL)
651 case DB_REP_UNAVAIL:
700 if ((ret = __repmgr_become_master(env, 0)) == DB_REP_UNAVAIL) {
H A Drepmgr_windows.c199 ret = DB_REP_UNAVAIL;
347 return (DB_REP_UNAVAIL);
920 ret = DB_REP_UNAVAIL;
923 if (ret == DB_REP_UNAVAIL)
H A Drepmgr_method.c275 ret = DB_REP_UNAVAIL;
1800 return (DB_REP_UNAVAIL);
1975 ret = DB_REP_UNAVAIL;
2255 return (DB_REP_UNAVAIL);
3076 &addr)) == DB_REP_UNAVAIL) {
3084 return (DB_REP_UNAVAIL);
3159 ret = DB_REP_UNAVAIL;
3182 ret = DB_REP_UNAVAIL;
3200 ret = DB_REP_UNAVAIL;
3713 return (DB_REP_UNAVAIL);
[all …]
/dports/databases/db5/db-5.3.28/examples/c/ex_rep/base/
H A Drep_net.c615 return (DB_REP_UNAVAIL);
634 dbenv->err(dbenv, DB_REP_UNAVAIL,
636 return (DB_REP_UNAVAIL);
718 return (DB_REP_UNAVAIL);
723 return (DB_REP_UNAVAIL);
731 return (DB_REP_UNAVAIL);
736 return (DB_REP_UNAVAIL);
742 return (DB_REP_UNAVAIL);
746 return (DB_REP_UNAVAIL);
H A Drep_msg.c364 if (ret == DB_REP_UNAVAIL)
403 return (DB_REP_UNAVAIL);
/dports/databases/db18/db-18.1.40/examples/c/ex_rep/base/
H A Drep_net.c696 return (DB_REP_UNAVAIL);
715 dbenv->err(dbenv, DB_REP_UNAVAIL,
717 return (DB_REP_UNAVAIL);
799 return (DB_REP_UNAVAIL);
804 return (DB_REP_UNAVAIL);
812 return (DB_REP_UNAVAIL);
817 return (DB_REP_UNAVAIL);
823 return (DB_REP_UNAVAIL);
827 return (DB_REP_UNAVAIL);
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DErrorCodes.cs112 public const int DB_REP_UNAVAIL = DbConstants.DB_REP_UNAVAIL; field in BerkeleyDB.ErrorCodes
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DErrorCodes.cs120 public const int DB_REP_UNAVAIL = DbConstants.DB_REP_UNAVAIL; field in BerkeleyDB.ErrorCodes
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drep093.tcl111 error_check_good solitaire1a [is_substr $result DB_REP_UNAVAIL] 1
114 error_check_good solitaire2a [is_substr $result DB_REP_UNAVAIL] 1
/dports/databases/db5/db-5.3.28/test/tcl/
H A Drep093.tcl111 error_check_good solitaire1a [is_substr $result DB_REP_UNAVAIL] 1
114 error_check_good solitaire2a [is_substr $result DB_REP_UNAVAIL] 1
/dports/databases/db5/db-5.3.28/src/rep/
H A Drep_log.c204 if (ret == DB_NOTFOUND || ret == DB_REP_UNAVAIL)
221 t_ret != DB_REP_UNAVAIL)
739 if (ret == DB_REP_UNAVAIL)
757 t_ret != DB_REP_UNAVAIL)
H A Drep_elect.c513 ret = DB_REP_UNAVAIL;
561 ret = DB_REP_UNAVAIL;
578 if (ret == 0 || ret == DB_REP_UNAVAIL)
617 (ret == 0 || ret == DB_REP_UNAVAIL || ret == DB_REP_IGNORE))
627 DB_ASSERT(env, ret != DB_REP_UNAVAIL && ret != DB_REP_IGNORE);
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep_log.c199 if (ret == DB_NOTFOUND || ret == DB_REP_UNAVAIL)
216 t_ret != DB_REP_UNAVAIL)
730 if (ret == DB_REP_UNAVAIL)
748 t_ret != DB_REP_UNAVAIL)
H A Drep_elect.c523 ret = DB_REP_UNAVAIL;
571 ret = DB_REP_UNAVAIL;
588 if (ret == 0 || ret == DB_REP_UNAVAIL)
626 (ret == 0 || ret == DB_REP_UNAVAIL || ret == DB_REP_IGNORE))
636 DB_ASSERT(env, ret != DB_REP_UNAVAIL && ret != DB_REP_IGNORE);

1234