Searched refs:Database (Results 1 – 25 of 31) sorted by relevance
12
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_shared.c | 44 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 D | lsmInt.h | 74 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 D | wal-lock.md | 34 ## 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 D | user-auth.txt | 22 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 D | magic.txt | 25 >68 belong =0x42654462 Bentley Systems BeSQLite Database - 30 >68 belong =0x45737269 Esri Spatially-Enabled Database -
|
| /sqlite-3.40.0/test/ |
| H A D | mmapfault.test | 61 if {$nRow!=4} { error "Database content appears incorrect (1)" } 68 error "Database content appears incorrect (2) ($nRow)"
|
| H A D | win32longpath.test | 95 # puts " Database exists \{[exists_win32_path $fileName]\}" 118 # puts " Database exists \{[exists_win32_path $fileName]\}"
|
| H A D | e_walhook.test | 98 # Database "aux" 107 # Database "main"
|
| H A D | corruptI.test | 141 # Database properties: 144 # * Database root table has a single leaf page.
|
| H A D | malloc5.test | 126 # Database should not be locked this time. 137 # Database is still not locked.
|
| H A D | corruptF.test | 30 # Database pages 3 and 4 are on the free list.
|
| H A D | backup.test | 480 # 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 D | e_resolve.test | 105 # "n3" and "n4". Database "at2" contains a trigger called "n4". And yet:
|
| H A D | swarmvtab.test | 131 # 2.1: Database file does not exist.
|
| H A D | filefmt.test | 28 # Database begins with valid 16-byte header string.
|
| H A D | capi3d.test | 65 # Database initially has no prepared statements.
|
| H A D | pagerfault.test | 63 error "Database content appears incorrect" 109 if {$res != $answer} { error "Database content appears incorrect ($res)" } 169 error "Database content appears incorrect"
|
| H A D | capi3.test | 360 # Database names in UTF-8 369 # Database names in UTF-16
|
| H A D | crash8.test | 90 # Database corruption.
|
| H A D | capi3c.test | 342 # Database names in UTF-8 351 # Database names in UTF-16
|
| H A D | walthread.test | 523 puts "Database with large log file recovered. Now running clients..."
|
| H A D | e_blobopen.test | 241 # EVIDENCE-OF: R-31204-44780 Database zDb does not exist
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | README.txt | 163 the fact of database corruption. Database corruption may well
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 259 ** 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 D | rbuvacuum.test | 242 # Database with empty tables.
|
12