| /sqlite-3.40.0/ |
| H A D | Makefile.in | 213 $(TOP)/src/auth.c \ 256 $(TOP)/src/os.c \ 257 $(TOP)/src/os.h \ 290 $(TOP)/src/utf.c \ 307 $(TOP)/src/wal.c \ 308 $(TOP)/src/wal.h \ 498 $(TOP)/src/os.c \ 844 btree.lo: $(TOP)/src/btree.c $(HDR) $(TOP)/src/pager.h 943 pager.lo: $(TOP)/src/pager.c $(HDR) $(TOP)/src/pager.h 946 pcache.lo: $(TOP)/src/pcache.c $(HDR) $(TOP)/src/pcache.h [all …]
|
| H A D | main.mk | 90 $(TOP)/src/auth.c \ 101 $(TOP)/src/date.c \ 105 $(TOP)/src/expr.c \ 107 $(TOP)/src/fkey.c \ 108 $(TOP)/src/func.c \ 133 $(TOP)/src/os.c \ 134 $(TOP)/src/os.h \ 167 $(TOP)/src/utf.c \ 184 $(TOP)/src/wal.c \ 185 $(TOP)/src/wal.h \ [all …]
|
| H A D | Makefile.msc | 1334 $(TOP)\src\os.c \ 1359 $(TOP)\src\utf.c \ 1373 $(TOP)\src\wal.c \ 1383 $(TOP)\src\parse.y 1394 $(TOP)\src\os.h \ 1412 $(TOP)\src\wal.h \ 1624 $(TOP)\src\os.h \ 1959 btree.lo: $(TOP)\src\btree.c $(HDR) $(TOP)\src\pager.h 2058 pager.lo: $(TOP)\src\pager.c $(HDR) $(TOP)\src\pager.h 2061 pcache.lo: $(TOP)\src\pcache.c $(HDR) $(TOP)\src\pcache.h [all …]
|
| H A D | install-sh | 53 src="" 94 *) if [ x"$src" = x ] 96 src=$1 107 if [ x"$src" = x ] 116 dst=$src 117 src="" 131 if [ -f $src -o -d $src ] 135 echo "install: $src does not exist" 152 dst="$dst"/`basename $src` 228 $doit $instcmd $src $dsttmp &&
|
| H A D | manifest | 584 F src/complete.c a3634ab1e687055cd002e11b8f43eb75c17da23e 591 F src/fault.c 460f3e55994363812d9d60844b2a6de88826e007 605 F src/mem0.c 6a55ebe57c46ca1a7d98da93aaa07f99f1059645 626 F src/os_win.h 7b073010f1451abe501be30d12f6bc599824944a 643 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8 654 F src/test5.c 328aae2c010c57a9829d255dc099d6899311672d 656 F src/test7.c 5612e9aecf934d6df7bba6ce861fdf5ba5456010 658 F src/test9.c 12e5ba554d2d1cbe0158f6ab3f7ffcd7a86ee4e5 702 F src/test_wsd.c 41cadfd9d97fe8e3e4e44f61a4a8ccd6f7ca8fe9 703 F src/threads.c 4ae07fa022a3dc7c5beb373cf744a85d3c5c6c3c [all …]
|
| H A D | README.md | 13 The [Fossil repository](https://sqlite.org/src/timeline) contains the urtext. 34 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz), 35 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip), or 36 [SQLite-archive](https://www.sqlite.org/src/sqlar/sqlite.sqlar). 39 [Tarball](https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=release), 40 [ZIP-archive](https://www.sqlite.org/src/zip/sqlite.zip?r=release), or 60 fossil clone https://www.sqlite.org/src ~/Fossils/sqlite.fossil 126 Most of the core source files are in the **src/** subdirectory. The 130 The **src/** also contains the "shell.c" file 163 generated from src/sqlite.h.in, ./manifest.uuid, and ./VERSION. The [all …]
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | install-sh | 94 src= 237 for src 240 case $src in 241 -*) src=./$src;; 245 dst=$src 254 if test ! -f "$src" && test ! -d "$src"; then 255 echo "$0: $src does not exist." >&2 278 dst=$dstdir/`basename "$src"` 461 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && 467 # errors from the above "$doit $cpprog $src $dsttmp" command.
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | extern-post-js.js | 47 const li = initModuleState.moduleScript.src.split('/'); 82 let src = sim.moduleScript.src.split('/'); 83 src.pop(); 84 sim.scriptDir = src.join('/') + '/'; 92 document?.currentScript?.src);
|
| H A D | sqlite3-worker1-promiser.js | 243 const src = this.currentScript.src.split('/'); 244 src.pop(); 245 theJs = src.join('/')+'/' + theJs;
|
| H A D | sqlite3-api-worker1.js | 559 const rc = Object.create(null), src = sqlite3.config; 563 if(Object.getOwnPropertyDescriptor(src, k)) rc[k] = src[k];
|
| /sqlite-3.40.0/test/ |
| H A D | bestindex8.test | 24 proc vtab_command {src method args} { 60 return [list sql "SELECT rowid, a, b FROM $src order by 2, 3"] 62 return [list sql "SELECT rowid, a, b FROM $src"] 113 proc vtab_command {src method args} { 137 return [list sql "SELECT rowid, a, b FROM $src"] 179 proc vtab_command {src method args} { 203 return [list sql "SELECT rowid, a, b FROM $src"] 245 proc vtab_command {src method args} { 263 return [list sql "SELECT rowid, a, b, c FROM $src"] 296 proc vtab_command {src method args} { [all …]
|
| H A D | bestindex6.test | 24 proc vtab_command {src method args} { 27 return [db one {SELECT sql FROM sqlite_master where name = $src}] 46 SELECT name FROM pragma_table_info($src) WHERE cid=$C(column) 73 "SELECT rowid, * FROM $src WHERE [string map $map $idxstr]"
|
| H A D | affinity3.test | 14 # https://www.sqlite.org/src/info/91e2e8ba6ff2e2 15 # https://www.sqlite.org/src/info/7ffd1ca1d2ad4ecf 21 # Ticket https://www.sqlite.org/src/info/91e2e8ba6ff2e2 (2011-09-19) 90 # Ticket https://www.sqlite.org/src/info/7ffd1ca1d2ad4ecf (2017-01-16)
|
| H A D | index6.test | 394 # Ticket https://www.sqlite.org/src/info/1d958d90596593a7 415 # Ticket https://www.sqlite.org/src/tktview/5c6955204c392ae763a95 427 # Ticket https://sqlite.org/src/tktview/8025674847 441 # Ticket https://www.sqlite.org/src/info/a6408d42b9f44462 442 # Ticket https://www.sqlite.org/src/info/fba33c8b1df6a915 443 # https://sqlite.org/src/info/bac716244fddac1fe841 466 # Ticket https://sqlite.org/src/info/767a8cbc6d20bd68 482 # Ticket https://sqlite.org/src/tktview/a9efb42811fa41ee286e8
|
| H A D | cast.test | 393 # https://www.sqlite.org/src/info/4c2d7639f076aa7c 408 # https://www.sqlite.org/src/info/e8bedb2a184001bb 420 # https://www.sqlite.org/src/info/dd6bffbfb6e61db9 433 # https://sqlite.org/src/info/27de823723a41df45af3 449 # https://www.sqlite.org/src/info/674385aeba91c774
|
| H A D | unionvtab.test | 87 CREATE TABLE src(db, tbl, min, max); 88 INSERT INTO src VALUES(NULL, 't1', 1, 9); 89 INSERT INTO src VALUES('main', 't2', 10, 19); 90 INSERT INTO src VALUES('aux', 't3', 20, 29); 91 CREATE VIRTUAL TABLE temp.opp USING unionvtab(src); 101 'SELECT * FROM src WHERE db!=''xyz'''
|
| H A D | bestindex7.test | 24 proc vtab_command {src method args} { 50 return [list sql "SELECT rowid, x FROM $src"]
|
| H A D | limit2.test | 101 # Ticket https://www.sqlite.org/src/info/559733b09e96 153 # Ticket https://www.sqlite.org/src/info/123c9ba32130a6c9 2017-12-13 157 # exposed by check-in https://www.sqlite.org/src/info/559733b09e which 170 # Ticket https://www.sqlite.org/src/info/9936b2fa443fec03 2018-09-08
|
| H A D | indexexpr1.test | 333 # Ticket https://www.sqlite.org/src/tktview/4baa46491212947 377 # Ticket https://www.sqlite.org/src/tktview/eb703ba7b50c1a 387 # Ticket https://sqlite.org/src/tktview/aa98619a 408 # 2018-01-02 ticket https://sqlite.org/src/info/dc3f932f5a147771 432 # 2018-01-31 https://www.sqlite.org/src/tktview/343634942dd54ab57b702411 452 # 2019-08-09 https://www.sqlite.org/src/info/9080b6227fabb466 464 # 2019-09-02 https://www.sqlite.org/src/tktview/57af00b6642ecd6848
|
| H A D | json101.test | 133 CREATE TABLE j2(id INTEGER PRIMARY KEY, json, src); 134 INSERT INTO j2(id,json,src) 159 INSERT INTO j2(id,json,src) 186 INSERT INTO j2(id,json,src) 340 # Ticket https://www.sqlite.org/src/info/ad2559db380abf8e 696 # 2017-04-11. https://www.sqlite.org/src/info/981329adeef51011 758 # ticket https://www.sqlite.org/src/tktview/80177f0c226ff54f6ddd41
|
| /sqlite-3.40.0/tool/ |
| H A D | build-shell.sh | 20 ../sqlite/src/shell.c \ 21 ../sqlite/src/test_vfstrace.c \
|
| H A D | mkautoconfamal.sh | 56 cp $TOP/src/sqlite3.rc $TMPSPACE 76 cat $TOP/src/tclsqlite.c >> tea/generic/tclsqlite3.c
|
| /sqlite-3.40.0/ext/lsm1/tool/ |
| H A D | mklsm1c.tcl | 6 set G(src) [string map [list %dir% $srcdir] { 87 foreach f $G(src) { lsm1c_printfile $f }
|
| /sqlite-3.40.0/ext/fts5/tool/ |
| H A D | mkfts5c.tcl | 6 set G(src) [string map [list %dir% $srcdir] { 113 foreach f $G(src) { fts5c_printfile $f }
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbufault.test | 20 proc copy_if_exists {src target} { 21 if {[file exists $src]} { 22 forcecopy $src $target
|