Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c901 int sqlite3VtabCallDestroy(sqlite3 *db, int iDb, const char *zTab){ in sqlite3VtabCallDestroy() function
H A DsqliteInt.h5255 int sqlite3VtabCallDestroy(sqlite3*, int, const char *);
H A Dvdbe.c7945 rc = sqlite3VtabCallDestroy(db, pOp->p1, pOp->p4.z); in sqlite3VdbeExec()