Searched refs:chop_data (Results 101 - 112 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest099.tcl85 $txn $pflags {$key [chop_data $method $str]}]
H A Dtest102.tcl218 $txn $pflags {$key [chop_data $method $datastr]}]
H A Dtest103.tcl92 set ret [eval {$db put} $txn {$k [chop_data $method $str]}]
H A Dtest117.tcl103 {$db put} $txn {$key [chop_data $method $str]}]
H A Drep007.tcl196 set ret [$db put -txn $t 10 [chop_data $method 10]]
H A Dtest017.tcl107 $txn $pflags {$str [chop_data $method $datastr]}]
H A Dtest024.tcl106 $txn $pflags {$key [chop_data $method $k]}]
H A Dtest074.tcl78 [chop_data $method $data]}]
H A Dtestutils.tcl537 eval {$db put} $txn {$key [chop_data $method $data]}
548 [string length [chop_data $method $repl]] == 0 } {
552 set newstr [chop_data $method $repl[string range $data $n_replace end]]
554 $key [chop_data $method $repl]}]
573 set newstr [chop_data $method \
577 {-partial [list $spl $n_replace] $key [chop_data $method $repl]}]
590 set newstr [chop_data $method [string range $newstr 0 \
594 $key [chop_data $method $repl]}]
2205 # Both pad_data and chop_data truncate data that is too long. However,
2212 # otherwise we'll get an error (use chop_data)
2224 proc chop_data {method data} { procedure
[all...]
H A Drecd012.tcl278 set data [chop_data $method $uname]
H A Dreputils.tcl1503 {$db put} $txn $pflags {$key [chop_data $method $str]}]
1644 {$db put} $txn $pflags {$key [chop_data $method $str]}]
1756 {$db put} $txn $pflags {$key [chop_data $method $str]}]
2082 {$db put} $txn {$key [chop_data $method $data]}]
H A Drecd007.tcl719 set ret [$db put -txn $txn $key [chop_data $method $data2]]
821 set ret [$db put -txn $txn $key [chop_data $method $data3]]

Completed in 118 milliseconds

12345