Home
last modified time | relevance | path

Searched refs:sqlite3InitOne (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c198 int sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg, u32 mFlags){ in sqlite3InitOne() function
448 rc = sqlite3InitOne(db, 0, pzErrMsg, 0); in sqlite3Init()
455 rc = sqlite3InitOne(db, i, pzErrMsg, 0); in sqlite3Init()
H A DsqliteInt.h4603 int sqlite3InitOne(sqlite3*, int, char**, u32);
H A Dvdbe.c6810 rc = sqlite3InitOne(db, iDb, &p->zErrMsg, pOp->p5); in sqlite3VdbeExec()