Home
last modified time | relevance | path

Searched refs:Database (Results 1 – 25 of 31) sorted by relevance

12

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c44 struct Database { struct
147 static void freeDatabase(lsm_env *pEnv, Database *p){ in freeDatabase()
303 Database *p = pDb->pDatabase; in doDbDisconnect()
459 p = (Database *)lsmMallocZeroRc(pEnv, sizeof(Database)+nName+1, &rc); in lsmDbDatabaseConnect()
536 Database *p = pDb->pDatabase; in dbDeferClose()
545 Database *p = db->pDatabase; in lsmDbRecycleFd()
560 Database *p = pDb->pDatabase; in lsmDbDatabaseRelease()
580 Database **pp; in lsmDbDatabaseRelease()
1643 Database *p = db->pDatabase; in lsmShmCacheChunks()
1742 Database *p = db->pDatabase; in lsmShmTestLock()
[all …]
H A DlsmInt.h74 typedef struct Database Database; typedef
360 Database *pDatabase; /* Database shared data */
574 Database *pDatabase; /* Database this snapshot belongs to */
/sqlite-3.40.0/doc/
H A Dwal-lock.md34 ## Database Readers
46 ## Database Writers
60 ## Database Checkpointers
62 Database checkpointers takes the following locks, in order:
/sqlite-3.40.0/ext/userauth/
H A Duser-auth.txt22 sqlite3 *db, /* Database connection */
30 sqlite3 *db, /* Database connection */
38 sqlite3 *db, /* Database connection */
64 /* Database is now usable */
72 /* Database is now usable */
/sqlite-3.40.0/
H A Dmagic.txt25 >68 belong =0x42654462 Bentley Systems BeSQLite Database -
30 >68 belong =0x45737269 Esri Spatially-Enabled Database -
/sqlite-3.40.0/test/
H A Dmmapfault.test61 if {$nRow!=4} { error "Database content appears incorrect (1)" }
68 error "Database content appears incorrect (2) ($nRow)"
H A Dwin32longpath.test95 # puts " Database exists \{[exists_win32_path $fileName]\}"
118 # puts " Database exists \{[exists_win32_path $fileName]\}"
H A De_walhook.test98 # Database "aux"
107 # Database "main"
H A DcorruptI.test141 # Database properties:
144 # * Database root table has a single leaf page.
H A Dmalloc5.test126 # Database should not be locked this time.
137 # Database is still not locked.
H A DcorruptF.test30 # Database pages 3 and 4 are on the free list.
H A Dbackup.test480 # backup-5.x.3.*: Database is vacuumed.
482 # backup-5.x.4.*: Database is vacuumed and the page-size modified.
484 # backup-5.x.5.*: Database is shrunk via incr-vacuum.
H A De_resolve.test105 # "n3" and "n4". Database "at2" contains a trigger called "n4". And yet:
H A Dswarmvtab.test131 # 2.1: Database file does not exist.
H A Dfilefmt.test28 # Database begins with valid 16-byte header string.
H A Dcapi3d.test65 # Database initially has no prepared statements.
H A Dpagerfault.test63 error "Database content appears incorrect"
109 if {$res != $answer} { error "Database content appears incorrect ($res)" }
169 error "Database content appears incorrect"
H A Dcapi3.test360 # Database names in UTF-8
369 # Database names in UTF-16
H A Dcrash8.test90 # Database corruption.
H A Dcapi3c.test342 # Database names in UTF-8
351 # Database names in UTF-16
H A Dwalthread.test523 puts "Database with large log file recovered. Now running clients..."
H A De_blobopen.test241 # EVIDENCE-OF: R-31204-44780 Database zDb does not exist
/sqlite-3.40.0/ext/icu/
H A DREADME.txt163 the fact of database corruption. Database corruption may well
/sqlite-3.40.0/src/
H A Dsqlite.h.in259 ** CAPI3REF: Database Connection Handle
316 ** CAPI3REF: Closing A Database Connection
3382 ** CAPI3REF: Opening A New Database Connection
4188 sqlite3 *db, /* Database handle */
4195 sqlite3 *db, /* Database handle */
5712 ** CAPI3REF: Database Connection For Functions
7463 ** <li> ^(Database zDb does not exist)^,
8372 ** CAPI3REF: Database Connection Status
9018 ** <b>Concurrent Usage of Database Handles</b>
10141 ** CAPI3REF: Database Snapshot
[all …]
/sqlite-3.40.0/ext/rbu/
H A Drbuvacuum.test242 # Database with empty tables.

12