Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/test/
H A Dmutex2.test49 # require that SQLite be initialized. Verify that they fail.
H A Damatch1.test90 puts "Temp table initialized from fts4aux: [time {
H A Dcache.test49 # This tests that once the pager-cache is initialized, it can be locked
H A Dcorrupt.test283 # initialized the root page, so no corruption is detected.
H A Dfts3rnd.test19 # 1. The database is initialized to contain a single table with three
H A Denc2.test494 # (empty) schema has been initialized.
H A Dsubquery.test427 # One problem was that VDBE memory cells were not being initialized
H A Dautoindex1.test212 # of ephermeral tables was not being initialized correctly and so no
H A Dcollate4.test63 # initialized with user-defined collation sequences when they are
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_win32.c862 static volatile LONG initialized = 0; in lsmWin32OsMutexStatic() local
871 if( InterlockedCompareExchange(&initialized, 1, 0)==0 ){ in lsmWin32OsMutexStatic()
/sqlite-3.40.0/ext/rtree/
H A Drtreedoc3.test100 # EVIDENCE-OF: R-54708-13595 An R*Tree query is initialized by making
H A Drtreedoc2.test182 # structure are initialized by SQLite but are not subsequently modified.
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m441 dnl TEA specific: Make sure we are initialized
894 dnl TEA specific: Make sure we are initialized
1074 dnl TEA specific: Make sure we are initialized
/sqlite-3.40.0/src/
H A Dsqlite.h.in1599 ** initialized when [sqlite3_open()] is called if it has not be initialized
2694 ** ^(If SQLite has not been initialized using [sqlite3_initialize()] prior
5519 ** ^If [sqlite3_value] object V was initialized
9021 ** purposes while a backup operation is underway or being initialized.
10384 ** using a contiguous in-memory database if it has been initialized by a
H A Dshell.c.in7373 * (a) The db was not initialized and zCol==0 (There are no columns.)
7374 * (b) zCol!=0 (Column was added, db initialized as needed.)
11378 ** error message if it is initialized.