Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c766 int sqlite3VtabCallCreate(sqlite3 *db, int iDb, const char *zTab, char **pzErr){ in sqlite3VtabCallCreate() function
H A DsqliteInt.h5253 int sqlite3VtabCallCreate(sqlite3*, int, const char *, char **);
H A Dvdbe.c7929 rc = sqlite3VtabCallCreate(db, pOp->p1, zTab, &p->zErrMsg); in sqlite3VdbeExec()