Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/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 Dbuild.c475 int rc = sqliteBtreeFactory(db, 0, 0, MAX_PAGES, &db->aDb[1].pBt); in sqliteStartTable()
H A Dvdbe.c2469 rc = sqliteBtreeFactory(db, 0, 1, TEMP_PAGES, &pCx->pBt); in sqliteVdbeExec()

Completed in 36 milliseconds