Home
last modified time | relevance | path

Searched refs:sqliteBtreeFactory (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dattach.c90 rc = sqliteBtreeFactory(db, zFile, 0, MAX_PAGES, &aNew->pBt); in sqliteAttach()
H A Dmain.c501 rc = sqliteBtreeFactory(db, zFilename, 0, MAX_PAGES, &db->aDb[0].pBt); in sqlite_open()
1109 int sqliteBtreeFactory( in sqliteBtreeFactory() function
H A DsqliteInt.h1260 int sqliteBtreeFactory(const sqlite *db, const char *zFilename,
H A Dtest3.c70 rc = sqliteBtreeFactory(0, argv[1], 0, 1000, &pBt); in btree_open()
H A Dbuild.c475 int rc = sqliteBtreeFactory(db, 0, 0, MAX_PAGES, &db->aDb[1].pBt); in sqliteStartTable()
H A Dvdbe.c2478 rc = sqliteBtreeFactory(db, 0, 1, TEMP_PAGES, &pCx->pBt); in sqliteVdbeExec()