Searched refs:ndbt (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb009.tcl90 set ndbt [$ndb get $key]
95 error_check_bad ndbt_empty [llength $ndbt] 0
96 error_check_good ndbt [lindex [lindex $ndbt 0] 1] $data
H A Dsdb017.tcl80 set ndbt [$ndb get $key]
85 error_check_bad ndbt_empty [llength $ndbt] 0
86 error_check_good ndbt [lindex [lindex $ndbt 0] 1] $data
H A Dfop004.tcl204 set ndbt [$ndb get $key]
208 ndbt_empty [llength $ndbt] 0
209 error_check_good ndbt \
210 [lindex [lindex $ndbt 0] 1] \
H A Dtestutils.tcl2926 set ndbt [$nc get -get_both -nolease \
2928 if { [binary_compare $ndbt $odbt] == 1 } {
2931 # puts "FAIL: $odbt does not match $ndbt"
2936 for { set ndbt [$nc get -first -nolease] } { [llength $ndbt] > 0 } \
2937 { set ndbt [$nc get -next -nolease] } {
2939 [lindex [lindex $ndbt 0] 0] [lindex [lindex $ndbt 0] 1]]
2940 if { [binary_compare $ndbt $odbt] == 1 } {
2943 # puts "FAIL: $odbt does not match $ndbt"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_basic.c128 DBT fdbt, ndbt; local
149 memset(&fdbt, 0, sizeof(ndbt));
152 DB_INIT_DBT(ndbt, name, strlen(name) + 1);
154 flags, &ndbt, &fdbt, (u_int32_t)appname)) != 0)

Completed in 90 milliseconds