Searched refs:cenv (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep058.tcl99 set cenv [eval $envcmd(C) $recargs]
100 error_check_good client_env [is_valid_env $cenv] TRUE
107 set cdb [eval {berkdb_open_noerr -env $cenv -create \
113 error_check_good client [$cenv rep_start -client] 0
119 $cenv rep_config {noautoinit on}
121 set envlist "{$menv 1} {$cenv 2}"
130 error_check_good cenv_close [$cenv close] 0
H A Drep044.tcl148 set cenv [eval $envcmd(C) -rep_client]
151 set envlist "{$menv0 1} {$cenv 2}"
171 set start [do_switch $method $niter $start $menv0 $cenv $largs]
201 set start [do_switch $method $niter $start $menv0 $cenv $largs]
212 set start [do_switch $method $niter $start $menv0 $cenv $largs]
218 error_check_good cenv_close [$cenv close] 0
H A Drep076.tcl165 set cenv [lindex $pair 0]
166 error_check_good cenv_close [$cenv close] 0
H A Drep005.tcl157 set cenv [lindex $pair 0]
158 error_check_good cenv_close [$cenv close] 0
H A Drep016.tcl237 set cenv [lindex $pair 0]
238 error_check_good cenv_close [$cenv close] 0
H A Drep026.tcl256 set cenv [lindex $pair 0]
257 error_check_good cenv_close [$cenv close] 0
H A Drep045.tcl238 set cenv [lindex [lindex $envlist 1] 0]
245 error_check_good client_upgrade [$cenv rep_start -master] 0
250 set newenvlist "{$cenv $cid} {$menv $mid} {$cenv1 $cid1}"
H A Drep002.tcl311 set cenv [lindex $pair 0]
312 error_check_good cenv_close [$cenv close] 0
H A Drep020.tcl270 set cenv [lindex $pair 0]
271 error_check_good cenv_close [$cenv close] 0
H A Drep022.tcl290 set cenv [lindex $pair 0]
291 error_check_good cenv_close [$cenv close] 0
H A Drep063.tcl316 set cenv [lindex $pair 0]
317 error_check_good cenv_close [$cenv close] 0
H A Drep067.tcl166 set cenv [lindex $pair 0]
167 error_check_good cenv_close [$cenv close] 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp134 DB_ENV *cenv = unwrap(dbenv_); local
144 if ((ret = db_create(&db, cenv,

Completed in 105 milliseconds