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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c8894 static int expertOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ argument
10593 static int dbdataOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ argument
H A Dsqlite3.c93395 VTable *pVTab; local
97624 bytecodevtab *pVTab = (bytecodevtab*)p; local
97712 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; local
97832 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; local
97875 bytecodevtab *pVTab = (bytecodevtab*)tab; local
106882 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
118026 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
122344 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
123411 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
141098 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
142156 sqlite3VtabLock(VTable *pVTab) argument
142177 sqlite3VtabUnlock(VTable *pVTab) argument
142251 VTable *pVTab = *ppVTab; local
142715 addToVTrans(sqlite3 *db, VTable *pVTab) argument
142902 VTable *pVTab = aVTrans[i]; local
142968 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
143036 VTable *pVTab = db->aVTrans[i]; local
153474 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
171614 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
171743 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
176254 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
176324 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
180000 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
180029 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
192263 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
204577 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
205319 dbpageOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
227063 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
227209 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
233467 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c64041 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 815 milliseconds