Searched refs:dbc1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest099.tcl187 set dbc1 [eval {$db cursor} $txn]
188 error_check_good db_cursor [is_valid_cursor $dbc1 $db] TRUE
193 # dbc1 at the middle, and dbc2 at the end.
198 set ret [$dbc1 get -set_recno $middle]
240 set middle [$dbc1 get -get_recno]
245 error_check_good dbc1_del [$dbc1 del] 0
246 set ret1 [$dbc1 get -next]
263 error_check_good cursor_close [$dbc1 close] 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dclient.c246 DBC *dbc1, *dbc3; local
251 dbc1 = dbc3 = NULL;
265 if ((ret = dbp1->cursor(dbp1, NULL, &dbc1, 0)) != 0 ||
280 ret1 = dbc1->c_get(dbc1, &key1, &data1, DB_NEXT);
308 err: if (dbc1 != NULL)
309 (void)dbc1->c_close(dbc1);

Completed in 175 milliseconds