Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 40) sorted by relevance

12

/sqlite-3.40.0/ext/wasm/
H A Ddist.make40 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 Dfiddle.make10 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 DGNUmakefile63 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 DREADME-dist.txt11 top-level directory contains demonstration and test apps. Browsers
H A DREADME.md47 from the top of the sqlite3 build tree:
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js635 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 Demscripten.css7 margin-top: 1em;
17 border-top: 10px solid rgb(100,0,200);
/sqlite-3.40.0/test/
H A Dspellfix2.test32 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 Dshow_speedtest1_rtree.tcl25 pack .c -side top -fill both -expand 1
26 pack .b -side top
H A Dtrace3.test285 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 Dtkt3346.test53 # FROM levels in order to view tables in the FROM clause at the top level.
H A Dmalloctraceviewer.tcl190 pack .pan.right.index -side top -fill x
H A Dsavepoint2.test131 # top of the for{} loop (everything having been rolled back by the
H A De_insert.test399 # table-name is supported for top-level INSERT statements only.
419 # INSERT statement is supported for top-level INSERT statements only and
H A Dwapptest.tcl666 /* Style for the large red warning at the top of the page */
/sqlite-3.40.0/ext/fts5/tool/
H A Dmkfts5c.tcl58 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 DrtreeH.test32 (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 Drtreefuzz001.test186 | 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 Demscripten.css7 margin-top: 1em;
17 border-top: 10px solid rgb(100,0,200);
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5prefix2.test46 INSERT INTO t2 VALUES('top');
53 } {top to tommy}
H A Dfts5merge.test29 # * the index consists of two top-level segments
/sqlite-3.40.0/src/
H A Dbtree.c1541 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 DREADME.first4 To build the autoconf amalgamation, run from the top-level:
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl47 pack $w.mb -side top -fill x
662 pack $w.title -side top -padx 5 -pady 5
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md31 should only be used from top-level SQL, not from within triggers or views nor

12