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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A Dcurput.cs80 if ((ret = dbcp-__GT__c_put(dbcp, &key, &data, DB_KEYLAST)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCursor.java817 dbc.put(key, data, DbConstants.DB_KEYLAST));
960 dbc.put(key, data, DbConstants.DB_KEYLAST));
1044 dbc.put(key, data, DbConstants.DB_KEYLAST));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dcursor.cs135 switch (ret = dbc-__GT__c_put(dbc, &key, &data, DB_KEYLAST)) {
H A Dtransapp.cs449 switch (ret = dbc->c_put(dbc, &key, &data, DB_KEYLAST)) {
/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.java63 int DB_KEYLAST = 14; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c2453 flags == DB_KEYFIRST || flags == DB_KEYLAST ||
2488 flags = DB_KEYLAST;
2535 case DB_KEYLAST:
2568 * and DB_KEYLAST, return EINVAL for an invalid cursor, otherwise 0.
2571 flags != DB_KEYLAST && flags != DB_NODUPDATA)
H A Ddb_cam.c962 * synonym for DB_KEYLAST, DB_UPDATE_SECONDARY, which does
966 flags = DB_KEYLAST;
1044 * DB_KEYFIRST, and DB_KEYLAST make any sense. Other flags
1049 flags == DB_KEYLAST || flags == DB_NOOVERWRITE);
1537 flags = DB_KEYLAST;
H A Ddb.c352 if ((ret = __dbc_put(dbc, &key, &ndata, DB_KEYLAST)) != 0)
H A Ddb_am.c341 * to do a c_put(DB_KEYLAST) even if an access method moved the
412 key, data, flags == 0 ? DB_KEYLAST : flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs449 switch (ret = dbc->c_put(dbc, &key, &data, DB_KEYLAST)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c591 * DB_KEYFIRST and DB_KEYLAST mean different things if they're
603 case DB_KEYLAST:
617 * Handle normal DB_KEYFIRST/DB_KEYLAST; for a recno, which has
622 flags == DB_KEYLAST || flags == DB_NOOVERWRITE) {
H A Dbt_cursor.c1823 case DB_KEYLAST:
1866 DB_KEYFIRST : DB_KEYLAST, &exact)) != 0)
2031 (flags == DB_KEYFIRST || flags == DB_KEYLAST) &&
2349 case DB_KEYLAST:
2431 * Found a duplicate. If doing DB_KEYLAST, we're at
2437 if (flags == DB_KEYLAST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c169 case DB_KEYLAST:
215 case DB_KEYLAST:
H A Dhash.c1001 flags != DB_KEYFIRST && flags != DB_KEYLAST)
1008 case DB_KEYLAST:
1084 flags == DB_KEYLAST || flags == DB_NODUPDATA) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts63 DB_KEYLAST => DEFINE,
H A DBerkeleyDB.pm194 DB_KEYLAST
H A Dconstants.h450 DB_ENV_TXN DB_INORDER DB_JOINENV DB_KEYLAST DB_NOPANIC DB_OK_HASH
654 if (memEQ(name, "DB_KEYLAST", 10)) {
656 #ifdef DB_KEYLAST
657 *iv_return = DB_KEYLAST;
5506 DB_KEYLAST DB_LAST DB_LOCKDOWN DB_LOCKMAGIC DB_LOCKVERSION
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_dbcursor.c239 flag = DB_KEYLAST;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c247 case DB_KEYLAST:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1138 #define DB_KEYLAST 14 /* Dbc.put */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1127 #define DB_KEYLAST 14 /* Dbc.put */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1148 #define DB_KEYLAST 14 /* Dbc.put */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1136 #define DB_KEYLAST 14 /* Dbc.put */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1175 #define DB_KEYLAST 14 /* Dbc.put */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1175 #define DB_KEYLAST 14 /* Dbc.put */ macro

Completed in 370 milliseconds

12