Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/sqlite-3.40.0/tool/
H A Dmkopcodeh.tcl98 set used($val) 1
172 while {[info exists used($cnt)]} {incr cnt}
174 set used($cnt) 1
187 while {[info exists used($cnt)]} {incr cnt}
189 set used($cnt) 1
212 while {[info exists used($seek)]} {incr seek}
216 if {[info exists used($seek)]} {
227 set used($next) 1
240 while {[info exists used($cnt)]} {incr cnt}
242 set used($cnt) 1
[all …]
H A Dspaceanal.tcl227 int_pages int, -- Number of interior pages used
228 leaf_pages int, -- Number of leaf pages used
496 statline {Index pages used} $int_pages
498 statline {Primary pages used} $leaf_pages
499 statline {Overflow pages used} $ovfl_pages
500 statline {Total pages used} $total_pages
735 used to store schema information.
823 Total pages used
828 Index pages used
833 Primary pages used
[all …]
H A Dbuild-all-msvc.bat10 REM This batch script is used to build the SQLite DLL for multiple platforms
18 REM name of an existing directory to be used as the final destination directory
34 REM pre-existing amalgamation file is used.
41 REM being used. The list of configurations to build may be overridden by
92 REM assume the Windows 8.1 SDK location should be used.
98 REM assume the Windows 10.0 SDK location should be used.
229 REM NOTE: If the command used to invoke NMAKE is not already set, use the
247 REM names and the names to be used for the platform-specific binary
283 REM unless a pre-existing amalgamation file is used.
374 REM be found. It is only used when compiling against the UCRT.
[all …]
/sqlite-3.40.0/test/
H A Dpragma.test436 Page 4 is never used
437 Page 5 is never used
456 Page 4 is never used
457 Page 5 is never used
464 Page 4 is never used
465 Page 5 is never used
472 Page 4 is never used
473 Page 5 is never used
480 Page 4 is never used
488 Page 4 is never used
[all …]
H A Dindexedby.test65 # specifies that the named index must be used in order to look up values
87 # used for the query, then the preparation of the SQL statement fails.
114 # index shall be used when accessing the preceding table, including
116 # the rowid can still be used to look up entries even when "NOT INDEXED"
205 # Recreate index i1 in such a way as it cannot be used by the view query.
211 # be used by the query.
229 # Test that "INDEXED BY" can be used in a DELETE statement.
250 # Test that "INDEXED BY" can be used in an UPDATE statement.
319 # Ensure that the rowid at the end of each index entry may be used
366 # cannot be used.
H A Din3.test26 # Return the number of OpenEphemeral instructions used in the
38 # of OpenEphemeral instructions used in the implementation of the
117 # collation sequence used for the index on "t1.a" does not match the
118 # collation sequence used by the "IN" comparison. The second does not
177 # correctly handled in cases where an index might be used to optimise
205 # the index can be used (the comparison is false, text!=number).
259 # A temp table must be used because t3_i.b is not guaranteed to be unique.
H A Dbestindex2.test39 # of constraints used. e.g.
56 set used [list]
62 lappend used use $i
72 set ret [concat $used "cost $cost rows $cost"]
H A Dtrustschema1.test20 # edgy functions used in generated columns
56 # edgy functions used in CHECK constraints
90 # edgy functions used in DEFAULT constraints
108 # edgy functions used in partial indexes.
139 # edgy functions used in index expressions
H A Dmisuse.test68 # It used to be prohibited to invoke sqlite_exec() from within a function,
69 # but that has changed. The following tests used to cause errors but now
101 # We used to disallow creating new function from within an exec().
133 # We used to disallow creating new function from within an exec().
H A Dmanydb.test54 unset -nocomplain used
58 if {[info exists used($name)]} continue
60 set used($name) $i
H A Dskipscan2.test59 # Without ANALYZE, a skip-scan is not used
69 # Now do an ANALYZE. A skip-scan can be used after ANALYZE.
105 # skip-scan should not be used after an (unfudged) ANALYZE.
130 # skip-scan will be used after an (unfudged) ANALYZE.
174 # Now do an ANALYZE. A skip-scan can be used after ANALYZE.
H A Dnotify2.test22 # can be used to synchronize multi-threaded access to SQLite databases
52 # The Tcl script executed by each of the $nThread threads used by this test.
56 # Proc used by threads to execute SQL.
110 # $SQL(1), $SQL(2) and $SQL(3) to the SQL commands used to implement
178 # Set up the database schema used by this test. Each thread opens file
H A Dfts3matchinfo.test85 # Proc [do_matchinfo_test] is used to test the FTSX matchinfo() function.
263 # It used to be that the second 'a' token would be deferred. That doesn't
306 # + Matchinfo flags 'a', 'l' and 'n' can only be used with fts4, not fts3.
307 # + Matchinfo flag 'l' cannot be used with matchinfo=fts3.
338 'this record is used to try to dectect corruption'
345 UPDATE t9_content SET c0content = 'this record is used to';
350 # Test the outcome of matchinfo() when used within a query that does not
371 # Special because "x" internally uses a statement used by both "n" and "a".
H A Ddbstatus.test109 # b) Step 4 reports the same amount of schema and total memory used as
112 # c) Step 5 reports the same amount of schema and total memory used as
220 # Some of the memory used for sqlite_stat4 is unaccounted for by
223 # Finally, on osx the estimate of memory used by the schema may be
265 # b) Step 4 reports the same amount of schema and total memory used as
268 # c) Step 5 reports the same amount of schema and total memory used as
H A Dmalloc5.test43 # depending on the memory allocator algorithms used. The following
208 # 10000 rows are inserted into table abc. The first test case is used
209 # to ensure that more than 1MB of dynamic memory is used to perform
293 # used to determine the pages to recycle when sqlite3_release_memory is
353 # Access the db2 cache again, so that all the db2 pages have been used
364 # used than the db2 pages. When we try to free memory, SQLite should
H A Dalterdropcol2.test23 # EVIDENCE-OF: R-58318-35349 The DROP COLUMN syntax is used to remove an
135 # EVIDENCE-OF: R-55640-01652 The column is used in a foreign key constraint.
146 # EVIDENCE-OF: R-20795-39479 The column is used in the expression of a
198 # STALE-EVIDENCE: R-60924-11170 However, the column being deleted can be used in a
H A DselectF.test12 # This file verifies that an OP_Copy operation is used instead of OP_SCopy
14 # before the copy is used.
/sqlite-3.40.0/ext/icu/
H A DREADME.txt27 provide case mapping for the 26 letters used in the English
63 dotless 'I' character used in the Turkish language is considered
65 used by many languages (including English).
70 may be used to register ICU collation sequences with SQLite. It
83 The identifiers "turkish" and "australian" may then be used
133 pragma. If this pragma is used before the ICU extension is loaded,
134 then the pragma has no effect. If the pragma is used after the ICU
152 The default value of SQLITE_MAX_LIKE_PATTERN_LENGTH used by
/sqlite-3.40.0/ext/fts3/
H A DREADME.syntax5 the FTS3 MATCH operator used for full-text queries. For example, if table
10 may be used to retrieve all rows that match a specified for full-text query.
23 formats; the standard syntax, which is used by default, and the enhanced
55 may be used to search for rows that contain two or more specified tokens
72 by not more than 5 other tokens. More than one NEAR operator can be used
81 also be used as arguments to the NEAR operator.
121 Regardless of whether or not a table name or column name is used on the
143 parenthesis may be used to overcome the built-in precedence of the
154 all, but may be used to improve readability. For example, the following
168 query could be used:
H A DREADME.tokenizers5 the text tokenizer implementation to be used when indexing text
24 interface used to create a new tokenizer is defined and described in
53 SECURITY: If the fts3 extension is used in an environment where potentially
69 an ICU locale identifier. For example "tr_TR" for Turkish as used
70 in Turkey, or "en_AU" for English as used in Australia. For example:
/sqlite-3.40.0/ext/expert/
H A DREADME.md12 1. The information gathered in step 2 is used to create candidate
16 1. A subset of the data in the user database is used to generate statistics
36 1. Optionally, the **sqlite3\_expert\_config()** API may be used to
37 configure the size of the data subset used to generate index statistics.
73 consuming. The "-sample" option may be used to configure sqlite3\_expert to
/sqlite-3.40.0/
H A DREADME.md127 **src/** folder also contains files used to build the "testfixture" test
128 harness. The names of the source files used by "testfixture" all begin
148 The **tool/** subdirectory contains various scripts and programs used
154 Several of the C-language source files used by SQLite are generated from
166 and is used to generate the SQLITE\_SOURCE\_ID macro. The VERSION file
170 used to generate much of the SQLite API documentation. The Tcl scripts
171 used to generate that documentation are in a separate source repository.
187 opcode-number to opcode-name that is used for EXPLAIN output.
191 the numeric codes used by the parse.c parser. The keywordhash.h file is
194 The **pragma.h** header file contains various definitions used to parse
[all …]
/sqlite-3.40.0/ext/fts2/
H A DREADME.tokenizers5 the text tokenizer implementation to be used when indexing text
24 interface used to create a new tokenizer is defined and described in
53 SECURITY: If the fts2 extension is used in an environment where potentially
67 an ICU locale identifier. For example "tr_TR" for Turkish as used
68 in Turkey, or "en_AU" for English as used in Australia. For example:
/sqlite-3.40.0/src/
H A Dsqlite.h.in2985 ** option is used.
4775 ** used to hold those values.
7227 ** used.
7752 ** is used but not necessarily so when SQLITE_MUTEX_FAST is used.
8344 ** <dd>No longer used.</dd>
8347 ** <dd>No longer used.</dd>
8350 ** <dd>No longer used.</dd>
8691 ** It can be used to clean up
9480 ** is used.
9910 ** used for the X-th loop.
[all …]
/sqlite-3.40.0/ext/userauth/
H A Duser-auth.txt82 The sqlite3_user_add() interface can be used (by an admin user only)
107 The sqlite3_user_delete() interface can be used (by an admin user only)
113 The sqlite3_user_change() interface can be used to change a users
146 so that the function can extract the "salt" used by the password encoder.

12345678910>>...14