| /sqlite-3.40.0/ext/wasm/ |
| H A D | dist.make | 40 dist-dir.top := $(dist-name) 41 dist-dir.jswasm := $(dist-dir.top)/$(notdir $(dir.dout)) 42 dist-dir.common := $(dist-dir.top)/common 43 dist.top.extras := \ 73 @rm -fr $(dist-dir.top) 75 @cp -p $(dist.top.extras) $(dist-dir.top) 76 @cp -p README-dist.txt $(dist-dir.top)/README.txt 77 @cp -p index-dist.html $(dist-dir.top)/index.html 88 mv $(dist-dir.top) $$vdir; \
|
| H A D | fiddle.make | 10 make-np-0 := make -C $(dir.top) -n -p 16 $(error Could not parse SHELL_OPT from $(dir.top)/Makefile.) 19 $(error Could not parse SHELL_SRC from $(dir.top)/Makefile.) 21 $(dir.top)/shell.c: $(SHELL_SRC) $(dir.top)/tool/mkshellc.tcl 22 $(MAKE) -C $(dir.top) shell.c 55 fiddle.cses := $(dir.top)/shell.c $(sqlite3-wasm.c)
|
| H A D | GNUmakefile | 63 dir.top := ../.. 73 dir.tool := $(dir.top)/tool 107 cflags.common := -I. -I.. -I$(dir.top) 110 sqlite3.c := $(dir.top)/sqlite3.c 111 sqlite3.h := $(dir.top)/sqlite3.h 173 $(MAKE) -C $(dir.top) sqlite3.c 194 $(CC) -O0 -I$(dir.top) -o $@ $< 322 emcc.cflags += -I. -I$(dir.top)
|
| H A D | README-dist.txt | 11 top-level directory contains demonstration and test apps. Browsers
|
| H A D | README.md | 47 from the top of the sqlite3 build tree:
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 635 callee.top = m.top; 638 callee.top = m.top ? Math.min(callee.top, m.top) : callee.top; 644 f.extra += callee.bottom - callee.top;
|
| H A D | emscripten.css | 7 margin-top: 1em; 17 border-top: 10px solid rgb(100,0,200);
|
| /sqlite-3.40.0/test/ |
| H A D | spellfix2.test | 32 WHERE word MATCH 'amstedam*' AND top=3 42 word MATCH 'amstedam*' AND top=3 AND distance <= 100 72 WHERE word MATCH 'amstedam*' AND distance <= 100 AND top=20; 102 WHERE word MATCH 'amstedam*' AND distance <= 100 AND top=20
|
| H A D | show_speedtest1_rtree.tcl | 25 pack .c -side top -fill both -expand 1 26 pack .b -side top
|
| H A D | trace3.test | 285 word, distance, langid, score, top, scope 298 AND top = ?2 AND distance > ?3 AND scope = ?4 AND langid = ? 323 AND top = 'B' AND distance > 'C' AND scope = 'D' AND langid = 'E'
|
| H A D | tkt3346.test | 53 # FROM levels in order to view tables in the FROM clause at the top level.
|
| H A D | malloctraceviewer.tcl | 190 pack .pan.right.index -side top -fill x
|
| H A D | savepoint2.test | 131 # top of the for{} loop (everything having been rolled back by the
|
| H A D | e_insert.test | 399 # table-name is supported for top-level INSERT statements only. 419 # INSERT statement is supported for top-level INSERT statements only and
|
| H A D | wapptest.tcl | 666 /* Style for the large red warning at the top of the page */
|
| /sqlite-3.40.0/ext/fts5/tool/ |
| H A D | mkfts5c.tcl | 58 set top [file dirname [file dirname $zDir]] 59 set uuid [string trim [readfile [file join $top manifest.uuid]]] 61 set L [split [readfile [file join $top manifest]]]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreeH.test | 32 (0,100,95,100,'top edge'), 37 (0,100,51,100,'top half'); 41 …bottom edge} {} 9 1 {top edge} {} 10 1 {the whole thing} {} 11 1 {left half} {} 12 1 {right half} …
|
| H A D | rtreefuzz001.test | 186 | 3920: 09 05 00 09 1d 00 74 6f 70 20 65 64 67 65 10 08 ......top edge.. 517 | 3920: 09 05 00 09 1d 00 74 6f 70 20 65 64 67 65 10 08 ......top edge.. 614 | 3920: 09 05 00 09 1d 00 74 6f 70 20 65 64 67 65 10 08 ......top edge.. 719 | 3920: 09 05 00 09 1d 00 74 6f 70 20 65 64 67 65 10 08 ......top edge..
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | emscripten.css | 7 margin-top: 1em; 17 border-top: 10px solid rgb(100,0,200);
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5prefix2.test | 46 INSERT INTO t2 VALUES('top'); 53 } {top to tommy}
|
| H A D | fts5merge.test | 29 # * the index consists of two top-level segments
|
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 1541 if( top>=iFree ){ in defragmentPage() 1554 cbrk = top+sz; in defragmentPage() 1556 memmove(&data[cbrk], &data[top], iFree-top); in defragmentPage() 1726 top = get2byte(pTmp); in allocateSpace() 1728 if( gap>top ){ in allocateSpace() 1730 top = 65536; in allocateSpace() 1742 testcase( gap==top ); in allocateSpace() 1763 if( gap+2+nByte>top ){ in allocateSpace() 1779 top -= nByte; in allocateSpace() 1782 *pIdx = top; in allocateSpace() [all …]
|
| /sqlite-3.40.0/autoconf/ |
| H A D | README.first | 4 To build the autoconf amalgamation, run from the top-level:
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 47 pack $w.mb -side top -fill x 662 pack $w.title -side top -padx 5 -pady 5
|
| /sqlite-3.40.0/doc/ |
| H A D | trusted-schema.md | 31 should only be used from top-level SQL, not from within triggers or views nor
|