Searched refs:mtime (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | zipfile.test | 173 2 mtime {} 0 {} 0 185 INSERT INTO zz(name, mtime, sz, data, method) 189 INSERT INTO zz(name, mtime, rawdata, method) 198 INSERT INTO zz(name, mode, mtime, data, method) 202 INSERT INTO zz(name, mode, mtime, data, method) 207 SELECT name, mtime, data FROM zipfile('test.zip') 272 UPDATE zz SET mtime=4 WHERE name='i.txt'; 522 WITH c(name,mtime,data) AS ( 525 SELECT name,mtime,data FROM zipfile( 537 WITH c(name,mtime,data) AS ( [all …]
|
| H A D | zipfile2.test | 82 WITH contents(name,mtime,data) AS ( 85 ) SELECT quote( zipfile(name,NULL,mtime,data) ) FROM contents; 92 SELECT name,mtime,data FROM zipfile($blob) 107 SELECT name,mtime,data FROM zipfile($blob) 138 # WITH contents(name,mtime,data) AS ( 140 # ) SELECT quote( zipfile(name,NULL,mtime,data) ) FROM contents; 159 SELECT name,mtime,data,method FROM zipfile($blob) 169 SELECT name,mtime,data,method FROM zipfile($blob) 175 SELECT name,mtime,data IS NULL,method FROM zipfile($blob)
|
| H A D | shell8.test | 56 set mtime [file mtime $f] 65 lappend res [list $relpath / $mtime $perm] 71 lappend res [list $relpath $data $mtime $perm]
|
| H A D | whereJ.test | 427 mtime largeint DEFAULT 0, 437 mtime largeint DEFAULT 0, 451 mtime largeint DEFAULT 0,
|
| H A D | with1.test | 173 ancest(id, mtime) AS 184 ancest(id, mtime) AS 195 ancest(id, mtime) AS
|
| H A D | eqp.test | 794 mtime DATETIME, 806 CREATE INDEX event_i1 ON event(mtime);
|
| H A D | corruptC.test | 77 set qseed [file mtime test.db]
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | fileio.c | 369 sqlite3_int64 mtime /* MTIME parameter (or -1 to not set time) */ in writeFile() argument 417 if( mtime>=0 ){ in writeFile() 431 intervals = Int32x32To64(mtime, 10000000) + 116444736000000000; in writeFile() 456 times[1].tv_sec = mtime; in writeFile() 465 times[1].tv_sec = mtime; in writeFile() 487 sqlite3_int64 mtime = -1; in writefileFunc() local 502 mtime = sqlite3_value_int64(argv[3]); in writefileFunc() 505 res = writeFile(context, zFile, argv[1], mode, mtime); in writefileFunc() 508 res = writeFile(context, zFile, argv[1], mode, mtime); in writefileFunc()
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 4328 " -u, --update Add or update files with changed mtime", 6884 "lsmode(mode), sz, datetime(mtime, 'unixepoch'), name" 6966 " writefile(($dir || name), %s, mode, mtime) " 7067 ** "update" only overwrites if the size or mtime or mode has changed. 7078 " mtime INT, -- last modification time\n" 7084 "REPLACE INTO %s(name,mode,mtime,sz,data)\n" 7088 " mtime,\n" 7097 "REPLACE INTO %s(name,mode,mtime,data)\n" 7101 " mtime,\n" 7147 " AND mem.mtime=disk.mtime"
|