Searched refs:sdbc (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsi002.tcl147 set sdbc [$sdb cursor]
148 error_check_good sdb_cursor [is_valid_cursor $sdbc $sdb] TRUE
149 for { set dbt [$sdbc pget -first] } { [llength $dbt] > 0 } \
150 { set dbt [$sdbc pget -next] } {
168 error_check_good sdbc_close [$sdbc close] 0
192 set sdbc [$sdb cursor]
193 set dbt [$sdbc get -first]
195 error_check_good sdbc_del [$sdbc del] 0
196 set dbt [$sdbc get -next]
198 error_check_good sdbc_close [$sdbc clos
[all...]
H A Dsi004.tcl148 set sdbc [$sdb cursor]
149 error_check_good sdb_cursor [is_valid_cursor $sdbc $sdb] TRUE
150 for { set dbt [$sdbc pget -first] } { [llength $dbt] > 0 } \
151 { set dbt [$sdbc pget -next] } {
169 error_check_good sdbc_close [$sdbc close] 0
215 set sdbc [$sdb cursor]
216 set dbt [$sdbc get -first]
218 error_check_good sdbc_del [$sdbc del] 0
219 set dbt [$sdbc get -next]
221 error_check_good sdbc_close [$sdbc clos
[all...]
H A Dsiutils.tcl251 set sdbc [$sdb cursor]
252 error_check_good ccs_sdbc($j) [is_valid_cursor $sdbc $sdb] TRUE
253 for { set dbt [$sdbc pget -first] } { [llength $dbt] > 0 } \
254 { set dbt [$sdbc pget -next] } {
263 for { set dbt [$sdbc pget -last] } { [llength $dbt] > 0 } \
264 { set dbt [$sdbc pget -prev] } {
272 error_check_good ccs_sdbc_close($j) [$sdbc close] 0
H A Dtest.tcl414 ^\t*\.\.\.Skipping\sdbc.*|
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c926 DBC *dbc_n, *fdbc, *oldopd, *opd, *sdbc, *pdbc; local
1287 PGNO_INVALID, 0, dbc_arg->locker, &sdbc)) != 0)
1300 DB_ASSERT(env, sdbc->mylock.off == LOCK_INVALID);
1301 F_SET(sdbc, DBC_WRITER);
1353 ret = __dbc_get(sdbc,
1374 ret = __dbc_get(sdbc, &tempskey, &temppkey,
1380 ret = __dbc_put(sdbc, tskeyp, &pkey,
1395 if ((t_ret = __dbc_close(sdbc)) != 0 && ret == 0)
1587 DBC *sdbc; local
1594 sdbc
2325 DBC *sdbc; local
2459 DBC *pdbc, *sdbc; local
[all...]
H A Ddb_am.c598 DBC *pdbc, *sdbc; local
605 pdbc = sdbc = NULL;
620 if ((ret = __db_cursor(sdbp, ip, txn, &sdbc, 0)) != 0)
631 if ((ret = __dbc_get(sdbc, &key, &data,
632 (STD_LOCKING(sdbc) ? DB_RMW : 0) |
638 if ((t_ret = __dbc_close(sdbc)) != 0 && ret == 0)
642 sdbc = NULL;
692 if ((ret = __db_cursor(sdbp, ip, txn, &sdbc,
696 txn, dbp->type, PGNO_INVALID, 0, sdbc->locker, &pdbc)) != 0)
700 dbp->associate_locker = sdbc
822 DBC *fdbc, *sdbc, *pdbc; local
[all...]
H A Ddb_iface.c77 DBC *sdbc; local
128 while ((sdbc = TAILQ_FIRST(&sdbp->free_queue)) != NULL)
129 if ((ret = __dbc_destroy(sdbc)) != 0)

Completed in 475 milliseconds