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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DOperationStatus.java28 new OperationStatus("KEYEXIST", DbConstants.DB_KEYEXIST);
46 case DbConstants.DB_KEYEXIST:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hsearch/
H A Dhsearch.c115 if (ret == DB_KEYEXIST &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DAccessExample.cpp138 if (ret == DB_KEYEXIST) {
H A DBtRecExample.cpp84 if (ret != DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestKeyRange.cpp127 if (ret == DB_KEYEXIST) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/dbdemo/
H A Ddbdemo.c128 if (ret != DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_misc/
H A Dget_bulk.cs81 if (ret != DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_access.c112 if (ret != DB_KEYEXIST)
H A Dex_btrec.c99 if (ret != DB_KEYEXIST)
H A Dex_dbclient.c201 if (ret != DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfyutil.c730 * Returns DB_KEYEXIST if it is marked, 0 if not, or another error on
768 * marked done. If it is, return DB_KEYEXIST. If it's not,
772 return (DB_KEYEXIST);
819 * We don't want to return DB_KEYEXIST, though; this will
826 return (ret == DB_KEYEXIST ? DB_VERIFY_BAD : ret);
870 return (ret == DB_KEYEXIST ? 0 : ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dbt_recnum1.cs84 if (ret != DB_KEYEXIST)
H A Dbt_recnum2.cs84 if (ret != DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c274 case DB_KEYEXIST:
/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.java61 int DB_KEYEXIST = -30995; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h325 #define DB_RETOK_DBCPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST || \
329 #define DB_RETOK_DBPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h324 #define DB_RETOK_DBCPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST || \
328 #define DB_RETOK_DBPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h323 #define DB_RETOK_DBCPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST || \
327 #define DB_RETOK_DBPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h327 #define DB_RETOK_DBCPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST || \
331 #define DB_RETOK_DBPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h324 #define DB_RETOK_DBCPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST || \
328 #define DB_RETOK_DBPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h324 #define DB_RETOK_DBCPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST || \
328 #define DB_RETOK_DBPUT(ret) ((ret) == 0 || (ret) == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c428 if (ret == DB_KEYEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dhash.t71 ok 20, $db->db_put( 'key', 'x', DB_NOOVERWRITE) == DB_KEYEXIST ;
72 ok 21, $db->status() eq $DB_errors{'DB_KEYEXIST'};
73 ok 22, $db->status() == DB_KEYEXIST ;
H A Dbtree.t69 ok 19, $db->db_put( 'key', 'x', DB_NOOVERWRITE) == DB_KEYEXIST ;
70 ok 20, $db->status() eq $DB_errors{'DB_KEYEXIST'} ;
71 ok 21, $db->status() == DB_KEYEXIST ;
H A Dqueue.t86 ok $db->db_put( 1, 'x', DB_NOOVERWRITE) == DB_KEYEXIST ;
87 ok $db->status() eq $DB_errors{'DB_KEYEXIST'} ;
88 ok $db->status() == DB_KEYEXIST ;

Completed in 301 milliseconds

12