Searched refs:sqliteBtreeFactory (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | attach.c | 93 rc = sqliteBtreeFactory(db, zFile, 0, MAX_PAGES, &aNew->pBt); in sqliteAttach()
|
H A D | main.c | 504 rc = sqliteBtreeFactory(db, zFilename, 0, MAX_PAGES, &db->aDb[0].pBt); in sqlite_open() 1112 int sqliteBtreeFactory( in sqliteBtreeFactory() function
|
H A D | sqliteInt.h | 1263 int sqliteBtreeFactory(const sqlite *db, const char *zFilename,
|
H A D | test3.c | 73 rc = sqliteBtreeFactory(0, argv[1], 0, 1000, &pBt); in btree_open()
|
H A D | build.c | 478 int rc = sqliteBtreeFactory(db, 0, 0, MAX_PAGES, &db->aDb[1].pBt); in sqliteStartTable()
|
H A D | vdbe.c | 2480 rc = sqliteBtreeFactory(db, 0, 1, TEMP_PAGES, &pCx->pBt); in sqliteVdbeExec()
|