Searched refs:DB_SET (Results 26 - 50 of 61) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A DDbRecord.c295 if ((ret = dbc->c_get(dbc, &key, &data, DB_SET)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c110 switch (rc = cursor->c_get(cursor, &rootinfo_key, &rootinfo_data, DB_SET)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_am.c464 f_init = DB_SET;
896 DB_SET | (STD_LOCKING(dbc) ? DB_RMW : 0))) != 0) {
926 DB_SET | (STD_LOCKING(dbc) ? DB_RMW : 0));
H A Ddb_iface.c758 LF_SET(DB_SET);
1439 flags |= DB_SET;
2094 flags == DB_SET || flags == DB_SET_RANGE ? key : NULL, NULL, flags);
2192 case DB_SET:
H A Ddb.c202 DB_SET | ((STD_LOCKING(dbc) && modify) ? DB_RMW : 0));
283 if ((ret = __dbc_get(ndbc, &key, &ndata, DB_SET)) == 0) {
H A Ddb_join.c917 ret = __dbc_get(dbc, key, data, DB_SET | rmw);
H A Ddb_vrfyutil.c547 if ((ret = __dbc_get(dbc, &key, &data, DB_SET)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c220 logcflag = DB_SET;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddb_printlog.c205 logcflag = DB_SET;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c123 flags = DB_SET;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c302 while ((ret = __logc_get(logc, stable_lsn, &rec, DB_SET)) == 0 &&
H A Dlog.c354 if ((ret = __logc_get(logc, &lsn, &dbt, DB_SET)) != 0)
1010 ret = __logc_get(logc, lsn, &log_dbt, DB_SET);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dbtree.t356 ok 86, $cur->c_get($k, $v, DB_SET) == 0 ;
709 ok 192, $cursor->c_get($key, $value, DB_SET) == 0 ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm428 DB_SET
1568 for ($status = $cursor->c_get($key, $value, BerkeleyDB::DB_SET()) ;
H A Dmkconsts97 DB_SET => DEFINE,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_dbcursor.c590 flag |= DB_SET;
724 case DB_SET:
H A Dtcl_log.c574 flag |= DB_SET;
H A Dtcl_db.c1589 cflag = DB_SET;
2508 ret = (listp[j])->get(listp[j], &key, &data, DB_SET);
2733 ret = dbc->get(dbc, &key, &data, DB_SET);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c705 flags == DB_SET || flags == DB_SET_RANGE ? key : NULL, NULL, flags);
885 case DB_SET:
944 case DB_SET:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c399 dbcp_put->get(dbcp_put, &key, &data, DB_SET)) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c974 if ((ret = __logc_get(logc, &lsn, &rec, DB_SET)) != 0) {
993 if ((ret = __logc_get(logc, &ckp_lsn, &rec, DB_SET)) != 0) {
H A Drep_record.c1466 if ((ret = __logc_get(logc, lsnp, &data_dbt, DB_SET)) != 0) {
1544 (ret = __logc_get(logc, lsnp, &data, DB_SET)) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c467 case DB_SET:
549 case DB_SET:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c434 * then proceed as for a DB_SET.
459 case DB_SET:
470 * For DB_PREV, DB_LAST, DB_SET and DB_SET_RANGE, we have already
H A Dbt_cursor.c967 case DB_SET:
2333 case DB_SET:

Completed in 191 milliseconds

123