Searched refs:pVTab (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4907 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4908 int (*xDisconnect)(sqlite3_vtab *pVTab);
4909 int (*xDestroy)(sqlite3_vtab *pVTab);
4910 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4919 int (*xBegin)(sqlite3_vtab *pVTab);
4920 int (*xSync)(sqlite3_vtab *pVTab);
4921 int (*xCommit)(sqlite3_vtab *pVTab);
4922 int (*xRollback)(sqlite3_vtab *pVTab);
4929 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
4930 int (*xRelease)(sqlite3_vtab *pVTab, in
[all...]
H A Dsqlite3.c5457 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5458 int (*xDisconnect)(sqlite3_vtab *pVTab);
5459 int (*xDestroy)(sqlite3_vtab *pVTab);
5460 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5469 int (*xBegin)(sqlite3_vtab *pVTab);
5470 int (*xSync)(sqlite3_vtab *pVTab);
5471 int (*xCommit)(sqlite3_vtab *pVTab);
5472 int (*xRollback)(sqlite3_vtab *pVTab);
5479 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
5480 int (*xRelease)(sqlite3_vtab *pVTab, in
65260 VTable *pVTab; member in struct:vdbeExecUnion::OP_VBegin_stack_vars
78721 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
85758 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
88977 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
89806 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
100888 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
101395 sqlite3VtabLock(VTable *pVTab) argument
101416 sqlite3VtabUnlock(VTable *pVTab) argument
101895 addToVTrans(sqlite3 *db, VTable *pVTab) argument
102048 VTable *pVTab = db->aVTrans[i]; local
102118 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
102181 VTable *pVTab = db->aVTrans[i]; local
107350 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
117720 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
117790 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
121593 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
121649 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
130377 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
[all...]

Completed in 378 milliseconds