Lines Matching refs:blob
32 proc blob {str} {
90 set blob [blob $archive]
92 SELECT name,mtime,data FROM zipfile($blob)
105 set blob [blob $a]
107 SELECT name,mtime,data FROM zipfile($blob)
116 set blob [blob $a]
118 SELECT name,data FROM zipfile($blob)
128 set blob [blob $a]
130 SELECT name,data FROM zipfile($blob)
137 # set blob [db one {
142 # set blob [string range $blob 2 end]
143 # set blob [string range $blob 0 end-1]
144 # while {[string length $blob]>0} {
145 # puts [string range $blob 0 63]
146 # set blob [string range $blob 64 end]
157 set blob [blob $archive2]
159 SELECT name,mtime,data,method FROM zipfile($blob)
167 set blob [blob $a]
169 SELECT name,mtime,data,method FROM zipfile($blob)
173 set blob [blob [string map {0800 0900} $archive2]]
175 SELECT name,mtime,data IS NULL,method FROM zipfile($blob)
185 set blob [blob [string map [list 504B0506 $sub] $archive2]]
187 SELECT * FROM zipfile($blob)
197 set blob [db one {
204 set hex [binary encode hex $blob]