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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c12374 static int expertOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ argument
14509 static int dbdataOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ argument
6059 seriesBestIndex( sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo ) argument
H A Dsqlite3.c100676 VTable *pVTab; local
105146 bytecodevtab *pVTab = (bytecodevtab*)p; local
105234 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; local
105369 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; local
105413 bytecodevtab *pVTab = (bytecodevtab*)tab; local
115547 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
127498 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
132374 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
133477 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
139530 sqlite3_vtab *pVTab; local
153266 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
154338 sqlite3VtabLock(VTable *pVTab) argument
154359 sqlite3VtabUnlock(VTable *pVTab) argument
154437 VTable *pVTab = *ppVTab; local
154909 addToVTrans(sqlite3 *db, VTable *pVTab) argument
155108 VTable *pVTab = aVTrans[i]; local
155174 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
155242 VTable *pVTab = db->aVTrans[i]; local
167262 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
186146 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
186275 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
190873 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
190943 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
194625 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
194654 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
209598 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
221985 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
222775 dbpageOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
248214 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
248363 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
254906 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) argument
[all...]

Completed in 609 milliseconds