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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationStatus.java66 return errCode == DbConstants.DB_REP_ISPERM;
141 case DbConstants.DB_REP_ISPERM:
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java164 int DB_REP_ISPERM = -30981; field in interface:DbConstants
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_msg.c107 case DB_REP_ISPERM:
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_record.c130 * ret_lsnp: On DB_REP_ISPERM and DB_REP_NOTPERM returns, contains the
1232 ret = DB_REP_ISPERM;
1244 if ((ret == 0 || ret == DB_REP_ISPERM) &&
1277 if (ret == DB_REP_ISPERM && IS_USING_LEASES(env) &&
1303 DB_ASSERT(env, ret == 0 || ret == DB_REP_ISPERM);
1320 case DB_REP_ISPERM:
H A Drep_log.c256 case DB_REP_ISPERM:
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_msg.c201 case DB_REP_ISPERM:
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h335 (ret) == DB_REP_ISPERM || \
H A Ddb.h1187 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/ macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h334 (ret) == DB_REP_ISPERM || \
H A Ddb.h1176 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/ macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h337 (ret) == DB_REP_ISPERM || \
H A Ddb.h1185 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h334 (ret) == DB_REP_ISPERM || \
H A Ddb.h1224 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/ macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h334 (ret) == DB_REP_ISPERM || \
H A Ddb.h1224 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/ macro
/macosx-10.10/BerkeleyDB-21/db/common/
H A Ddb_err.c285 case DB_REP_ISPERM:
286 return ("DB_REP_ISPERM: Permanent record written");
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_int.in333 (ret) == DB_REP_ISPERM || \
H A Ddb.in1197 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts659 DB_REP_ISPERM => DEFINE,
H A DBerkeleyDB.pm393 DB_REP_ISPERM
H A Dconstants.h1667 DB_REGISTERED DB_REP_CLIENT DB_REP_CREATE DB_REP_IGNORE DB_REP_ISPERM
2071 if (memEQ(name, "DB_REP_ISPERM", 13)) {
2073 #ifdef DB_REP_ISPERM
2074 *iv_return = DB_REP_ISPERM;
5555 DB_REP_ISPERM DB_REP_JOIN_FAILURE DB_REP_LEASE_EXPIRED
/macosx-10.10/BerkeleyDB-21/db/log/
H A Dlog_get.c1420 case DB_REP_ISPERM:
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c811 case DB_REP_ISPERM:
/macosx-10.10/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp610 REGISTER_LONG_CONSTANT("DB_REP_ISPERM", DB_REP_ISPERM, CONST_CS | CONST_PERSISTENT);

Completed in 190 milliseconds