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

/external/sqlite/dist/orig/
H A Dsqlite3.c5767 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5768 int (*xDisconnect)(sqlite3_vtab *pVTab);
5769 int (*xDestroy)(sqlite3_vtab *pVTab);
5770 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5779 int (*xBegin)(sqlite3_vtab *pVTab);
5780 int (*xSync)(sqlite3_vtab *pVTab);
5781 int (*xCommit)(sqlite3_vtab *pVTab);
5782 int (*xRollback)(sqlite3_vtab *pVTab);
5789 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
5790 int (*xRelease)(sqlite3_vtab *pVTab, in
79033 VTable *pVTab; local
89596 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
98192 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
101954 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
102750 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
116300 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
116884 sqlite3VtabLock(VTable *pVTab) argument
116905 sqlite3VtabUnlock(VTable *pVTab) argument
116978 VTable *pVTab = *ppVTab; local
117438 addToVTrans(sqlite3 *db, VTable *pVTab) argument
117608 VTable *pVTab = aVTrans[i]; local
117674 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
117739 VTable *pVTab = db->aVTrans[i]; local
125665 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
137394 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
137519 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
141929 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
141999 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
145663 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
145692 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
154886 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
163088 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
178701 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
178798 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
183986 fts5VocabBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
183996 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5767 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5768 int (*xDisconnect)(sqlite3_vtab *pVTab);
5769 int (*xDestroy)(sqlite3_vtab *pVTab);
5770 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5779 int (*xBegin)(sqlite3_vtab *pVTab);
5780 int (*xSync)(sqlite3_vtab *pVTab);
5781 int (*xCommit)(sqlite3_vtab *pVTab);
5782 int (*xRollback)(sqlite3_vtab *pVTab);
5789 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
5790 int (*xRelease)(sqlite3_vtab *pVTab, in
79051 VTable *pVTab; local
89614 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
98210 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
101972 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
102768 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
116318 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
116902 sqlite3VtabLock(VTable *pVTab) argument
116923 sqlite3VtabUnlock(VTable *pVTab) argument
116996 VTable *pVTab = *ppVTab; local
117456 addToVTrans(sqlite3 *db, VTable *pVTab) argument
117626 VTable *pVTab = aVTrans[i]; local
117692 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
117757 VTable *pVTab = db->aVTrans[i]; local
125683 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
137412 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
137537 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
141959 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
142029 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
145693 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
145722 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
154916 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
163118 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
178731 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
178828 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
184016 fts5VocabBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
184026 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) argument
[all...]

Completed in 556 milliseconds