Searched refs:subdbs (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdbutils.tcl112 proc do_join_subdb { db primary subdbs key oargs } {
115 puts "\tJoining: $subdbs on $key"
124 foreach i $subdbs {
144 foreach n $subdbs {
164 error_check_good number_of_dups:$subdbs $ndups $expected
173 foreach j $subdbs {
174 error_check_bad valid_dup:$j:$subdbs $j 0
180 valid_dup:$j:$subdbs [expr $kval % $j] 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_verify.h54 LIST_HEAD(__subdbs, __vrfy_childinfo) subdbs; member in struct:__vrfy_dbinfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfyutil.c78 LIST_INIT(&vdp->subdbs);
127 while ((c = LIST_FIRST(&vdp->subdbs)) != NULL) {

Completed in 106 milliseconds