Lines Matching refs:data
26 unset -nocomplain ::fd ::data
28 set ::data [read $::fd]
40 set rc [catch {puts -nonewline $::blob $::data}]
47 INSERT INTO blobs VALUES(1, $::data);
54 } elseif {$::r ne $::data} {
55 error "Bad data read..."
62 INSERT INTO blobs VALUES(1, $::data);
69 } elseif {$::r ne $::data} {
70 error "Bad data read..."
80 INSERT INTO blobs VALUES(1, $::data);
88 INSERT INTO blobs VALUES(1, zeroblob(length(CAST($::data AS BLOB))));
92 puts -nonewline $::blob $::data
98 INSERT INTO blobs VALUES(1, $::data || $::data || $::data);
112 # Read some data from the end of the large blob inserted into table
128 # Read some data from the end of the large blob inserted into table