Lines Matching refs:zip
81 # The argument is a blob (not a hex string) containing a zip archive.
92 # Argument $file is the name of a zip archive on disk. This function
123 # Argument $file is a zip file on disk. This command runs tests to:
132 # SELECT writefile('test_unzip.zip',
143 SELECT writefile('test_unzip.zip',
152 set r3 [do_unzip test_unzip.zip]
166 forcedelete test.zip
168 CREATE VIRTUAL TABLE temp.zz USING zipfile('test.zip');
207 SELECT name, mtime, data FROM zipfile('test.zip')
212 do_zip_tests 1.2a test.zip
219 do_zip_tests 1.3a test.zip
222 SELECT name, mtime, data, method FROM zipfile('test.zip');
232 FROM zipfile('test.zip');
240 SELECT zipfile_cds(mode) FROM zipfile('test.zip');
263 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
269 do_zip_tests 1.6.1a test.zip
273 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
290 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
296 do_zip_tests 1.6.3a test.zip
300 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
306 do_zip_tests 1.6.4a test.zip
310 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
319 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
330 SELECT name, mode, mtime, data, method FROM zipfile('test.zip');
339 SELECT name,mode,mtime,data,method from zipfile('test.zip');
370 forcedelete test.zip
375 CREATE VIRTUAL TABLE zzz USING zipfile('test.zip');
399 do_zip_tests 2.4a test.zip
412 set rc [catch { exec $::UNZIP test.zip > $null } msg]
428 forcedelete test.zip
433 CREATE VIRTUAL TABLE temp.x1 USING zipfile('test.zip');
465 CREATE VIRTUAL TABLE yyy USING zipfile('test.zip', 'test.zip');
534 forcedelete test1.zip test2.zip
542 SELECT writefile('test1.zip', rt( zipfile(name, NULL, mtime, data) ) ),
543 writefile('test2.zip', ( zipfile(name, NULL, mtime, data) ) )
548 exec $::UNZIP -d test_unzip test1.zip
570 SELECT name, mtime, data FROM zipfile('test1.zip')
580 exec $::UNZIP -d test_unzip test2.zip
594 SELECT name, mtime, sz, rawdata, data FROM zipfile('test2.zip')
604 # Force an IO error by truncating the zip archive to zero bytes in size
606 forcedelete test.zip
614 SELECT writefile('test.zip', zipfile(name, data) ) FROM c;
618 db eval { SELECT name, data FROM zipfile('test.zip') } {
619 if {$name==2} { close [open test.zip w+] }
624 forcedelete test.zip
626 CREATE VIRTUAL TABLE zz USING zipfile('test.zip');
671 forcedelete test.zip
674 CREATE VIRTUAL TABLE ok USING zipfile('test.zip');
697 forcedelete test.zip test.db
703 CREATE VIRTUAL TABLE z USING zipfile('test.zip');
805 CREATE VIRTUAL TABLE t1 USING zipfile('h.zip');