Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 62) sorted by relevance

123

/sqlite-3.40.0/test/
H A DwhereD.test140 } {one search 2}
289 } {A B search 6}
292 } {3 7 search 4}
296 } {A C search 6}
299 } {3 11 search 5}
302 } {1 3 search 4}
306 } {1 9 search 6}
316 } {5 9 search 3}
319 } {8 12 search 2}
322 } {12 8 search 2}
[all …]
H A Dfts4aa.test131 # Should get the same search results from FTS3
149 # Should get the same search results when the page size is very large
170 # Should get the same search results when an authorizer prevents
H A Dwhere4.test46 # Do an SQL statement. Append the search count to the end of the result.
55 # and Next operators in the VDBE. By verifing that the search count is
H A DwhereK.test14 # AND term that is beneficial to the search. Examples:
H A Dfts2e.test21 # Construct a full-text search table containing keywords which are the
H A Dfts1e.test21 # Construct a full-text search table containing keywords which are the
H A Dfts1f.test21 # Construct a full-text search table containing keywords which are the
H A Dfts3ae.test21 # Construct a full-text search table containing keywords which are the
H A Dfts2f.test21 # Construct a full-text search table containing keywords which are the
H A Dfts3af.test21 # Construct a full-text search table containing keywords which are the
H A DwhereA.test125 # Do an SQL statement. Append the search count to the end of the result.
H A Djoin6.test15 # NATURAL JOIN processing needs to search all tables to the left
H A Danalyze4.test50 # search any at all.
H A Dfts1b.test53 # Construct a full-text search table containing five keywords:
H A Dfts3ab.test53 # Construct a full-text search table containing five keywords:
H A Dfts2b.test53 # Construct a full-text search table containing five keywords:
/sqlite-3.40.0/src/
H A Dtest_malloc.c773 Tcl_HashSearch search; in test_memdebug_log_clear() local
776 pEntry=Tcl_FirstHashEntry(&aMallocLog, &search); in test_memdebug_log_clear()
778 pEntry=Tcl_NextHashEntry(&search) in test_memdebug_log_clear()
826 Tcl_HashSearch search; in test_memdebug_log() local
833 pEntry=Tcl_FirstHashEntry(&aMallocLog, &search); in test_memdebug_log()
835 pEntry=Tcl_NextHashEntry(&search) in test_memdebug_log()
/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js141 !window.location.search ) return false;
142 else str = (''+window.location.search).substring(1);
/sqlite-3.40.0/ext/fts1/
H A DREADME.txt1 This folder contains source code to the first full-text search
/sqlite-3.40.0/ext/fts3/
H A DREADME.txt1 This folder contains source code to the second full-text search
/sqlite-3.40.0/ext/fts2/
H A DREADME.txt1 This folder contains source code to the second full-text search
/sqlite-3.40.0/ext/rtree/
H A DrtreeE.test75 # Exclude odd rowids on a depth-first search
80 # Exclude odd rowids on a breadth-first search.
H A Drtreedoc2.test302 # depth-first search of the r-tree.
304 # For a breadth first search, final test case would return "B L" only.
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-worker1-promiser.js254 return new Worker(theJs + self.location.search);
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js364 importScripts('fiddle-module.js'+self.location.search);

123