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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4777 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4778 int (*xDisconnect)(sqlite3_vtab *pVTab);
4779 int (*xDestroy)(sqlite3_vtab *pVTab);
4780 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4789 int (*xBegin)(sqlite3_vtab *pVTab);
4790 int (*xSync)(sqlite3_vtab *pVTab);
4791 int (*xCommit)(sqlite3_vtab *pVTab);
4792 int (*xRollback)(sqlite3_vtab *pVTab);
4799 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
4800 int (*xRelease)(sqlite3_vtab *pVTab, in
[all...]
H A Dsqlite3.c5330 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5331 int (*xDisconnect)(sqlite3_vtab *pVTab);
5332 int (*xDestroy)(sqlite3_vtab *pVTab);
5333 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5342 int (*xBegin)(sqlite3_vtab *pVTab);
5343 int (*xSync)(sqlite3_vtab *pVTab);
5344 int (*xCommit)(sqlite3_vtab *pVTab);
5345 int (*xRollback)(sqlite3_vtab *pVTab);
5352 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
5353 int (*xRelease)(sqlite3_vtab *pVTab, in
64041 VTable *pVTab; member in struct:vdbeExecUnion::OP_VBegin_stack_vars
77186 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
83801 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
87021 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
87849 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
98874 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
99383 sqlite3VtabLock(VTable *pVTab) argument
99404 sqlite3VtabUnlock(VTable *pVTab) argument
99883 addToVTrans(sqlite3 *db, VTable *pVTab) argument
100036 VTable *pVTab = db->aVTrans[i]; local
100106 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
100169 VTable *pVTab = db->aVTrans[i]; local
105293 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
115436 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
115506 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
119196 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
119252 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
127831 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
[all...]

Completed in 326 milliseconds