• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/

Lines Matching refs:curs

113 		set curs [$db cursor -txn $ctxn]
114 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
117 [$curs put -keylast $key $datum] 0
125 error_check_good curs_close [$curs close] 0
140 set curs [$db cursor -txn $ctxn]
141 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
144 [$curs put -keyfirst $key $datum] 0
147 error_check_good curs_close [$curs close] 0
163 set curs [$db cursor -txn $ctxn]
164 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
170 [$curs get -get_both $key $curdatum]\
173 [$curs put -after $datum] 0
176 error_check_good curs_close [$curs close] 0
187 set curs [$db cursor -txn $ctxn]
188 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
194 [$curs get -get_both $key $curdatum]\
197 [$curs put -before $datum] 0
200 error_check_good curs_close [$curs close] 0
212 set curs [$db cursor -txn $ctxn]
213 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
217 [$curs get -get_both $key $olddatum]\
220 [$curs put -current $newdatum] 0
225 error_check_good curs_close [$curs close] 0
238 set curs [$db cursor -txn $ctxn]
239 error_check_good "db cursor create" [is_valid_cursor $curs $db] TRUE
242 [$curs get -get_both $key $datum] [list [list $key $datum]]
243 error_check_good "c_del(0)" [$curs del] 0
244 error_check_good curs_close [$curs close] 0
252 set curs [$db cursor -txn $ctxn]
253 error_check_good "db cursor create" [is_valid_cursor $curs $db] TRUE
256 [$curs get -get_both $key $datum] [list [list $key $datum]]
257 error_check_good "c_del(0)" [$curs del] 0
258 error_check_good curs_close [$curs close] 0
266 set curs [$db cursor -txn $ctxn]
267 error_check_good "db cursor create" [is_valid_cursor $curs $db] TRUE
270 [$curs get -get_both $key $datum] [list [list $key $datum]]
271 error_check_good "c_del(0)" [$curs del] 0
274 [$curs get -next] [list [list $key [makedatum_t73 $i 0]]]
275 error_check_good "c_del($i)" [$curs del] 0
277 error_check_good curs_close [$curs close] 0