Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c9894 static int expertOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in expertOpen() argument
11672 static int dbdataOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in dbdataOpen() argument
3608 seriesBestIndex( sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo ) seriesBestIndex() argument
H A Dsqlite3.c98292 VTable *pVTab; global() local
102656 bytecodevtab *pVTab = (bytecodevtab*)p; global() local
102744 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; global() local
102864 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; global() local
102907 bytecodevtab *pVTab = (bytecodevtab*)tab; global() local
112463 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ global() local
124319 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); global() local
128832 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; global() local
129935 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); global() local
149038 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); global() local
150118 sqlite3VtabLock(VTable *pVTab) global() argument
150139 sqlite3VtabUnlock(VTable *pVTab) global() argument
150217 VTable *pVTab = *ppVTab; global() local
150688 addToVTrans(sqlite3 *db, VTable *pVTab) global() argument
150887 VTable *pVTab = aVTrans[i]; global() local
150953 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) global() argument
151021 VTable *pVTab = db->aVTrans[i]; global() local
162553 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); global() local
181252 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) global() argument
181381 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument
185909 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) global() argument
185979 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument
189660 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) global() argument
189689 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument
202018 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) global() argument
214471 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) global() argument
215253 dbpageOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) global() argument
237375 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) global() argument
237521 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument
243790 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) global() argument
[all...]

Completed in 151 milliseconds