Searched refs:sqlite3BtreeOpen (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | attach.c | 114 rc = sqlite3BtreeOpen(pVfs, "x\0", db, &pNew->pBt, 0, SQLITE_OPEN_MAIN_DB); in attachFunc() 167 rc = sqlite3BtreeOpen(pVfs, zPath, db, &pNew->pBt, 0, flags); in attachFunc()
|
| H A D | btree.h | 45 int sqlite3BtreeOpen(
|
| H A D | test3.c | 68 rc = sqlite3BtreeOpen(sDb.pVfs, zFilename, &sDb, &pBt, 0, in btree_open()
|
| H A D | main.c | 3406 rc = sqlite3BtreeOpen(db->pVfs, zOpen, db, &db->aDb[0].pBt, 0, in openDatabase()
|
| H A D | build.c | 5201 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pBt, 0, flags); in sqlite3OpenTempDatabase()
|
| H A D | vdbe.c | 4355 rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->ub.pBtx, in sqlite3VdbeExec()
|
| H A D | btree.c | 2430 int sqlite3BtreeOpen( in sqlite3BtreeOpen() function
|
| H A D | sqlite.h.in | 7940 #define SQLITE_MUTEX_STATIC_OPEN 4 /* sqlite3BtreeOpen() */
|