Searched refs:sqliteBtreeFactory (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | attach.c | 90 rc = sqliteBtreeFactory(db, zFile, 0, MAX_PAGES, &aNew->pBt); in sqliteAttach()
|
H A D | main.c | 501 rc = sqliteBtreeFactory(db, zFilename, 0, MAX_PAGES, &db->aDb[0].pBt); in sqlite_open() 1109 int sqliteBtreeFactory( in sqliteBtreeFactory() function
|
H A D | sqliteInt.h | 1260 int sqliteBtreeFactory(const sqlite *db, const char *zFilename,
|
H A D | test3.c | 70 rc = sqliteBtreeFactory(0, argv[1], 0, 1000, &pBt); in btree_open()
|
H A D | build.c | 475 int rc = sqliteBtreeFactory(db, 0, 0, MAX_PAGES, &db->aDb[1].pBt); in sqliteStartTable()
|
H A D | vdbe.c | 2478 rc = sqliteBtreeFactory(db, 0, 1, TEMP_PAGES, &pCx->pBt); in sqliteVdbeExec()
|