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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationStatus.java66 return errCode == DbConstants.DB_REP_ISPERM;
141 case DbConstants.DB_REP_ISPERM:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbConstants.java164 int DB_REP_ISPERM = -30981; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c107 case DB_REP_ISPERM:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_msg.c201 case DB_REP_ISPERM:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h333 (ret) == DB_REP_ISPERM || \
H A Ddb.h1197 #define DB_REP_ISPERM (-30981)/* Cached not written perm written.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c285 case DB_REP_ISPERM:
286 return ("DB_REP_ISPERM: Permanent record written");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_get.c1420 case DB_REP_ISPERM:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_rep.c811 case DB_REP_ISPERM:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp610 REGISTER_LONG_CONSTANT("DB_REP_ISPERM", DB_REP_ISPERM, CONST_CS | CONST_PERSISTENT);

Completed in 328 milliseconds