Lines Matching refs:pVTab
1368 int function (sqlite3_vtab *pVTab, sqlite3_index_info*) xBestIndex;
1369 int function (sqlite3_vtab *pVTab) xDisconnect;
1370 int function (sqlite3_vtab *pVTab) xDestroy;
1371 int function (sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) xOpen;
1380 int function (sqlite3_vtab *pVTab) xBegin;
1381 int function (sqlite3_vtab *pVTab) xSync;
1382 int function (sqlite3_vtab *pVTab) xCommit;
1383 int function (sqlite3_vtab *pVTab) xRollback;
1388 int function (sqlite3_vtab *pVTab, int) xSavepoint;
1389 int function (sqlite3_vtab *pVTab, int) xRelease;
1390 int function (sqlite3_vtab *pVTab, int) xRollbackTo;