Home
last modified time | relevance | path

Searched defs:pVTab (Results 1 – 25 of 39) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dvdbevtab.c111 bytecodevtab *pVTab = (bytecodevtab*)p; in bytecodevtabOpen() local
199 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; in bytecodevtabColumn() local
319 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; in bytecodevtabFilter() local
362 bytecodevtab *pVTab = (bytecodevtab*)tab; in bytecodevtabBestIndex() local
H A Dvtab.c182 void sqlite3VtabLock(VTable *pVTab){ in sqlite3VtabLock()
203 void sqlite3VtabUnlock(VTable *pVTab){ in sqlite3VtabUnlock()
281 VTable *pVTab = *ppVTab; in sqlite3VtabDisconnect() local
752 static void addToVTrans(sqlite3 *db, VTable *pVTab){ in addToVTrans()
951 VTable *pVTab = aVTrans[i]; in callFinaliser() local
1017 int sqlite3VtabBegin(sqlite3 *db, VTable *pVTab){ in sqlite3VtabBegin()
1085 VTable *pVTab = db->aVTrans[i]; in sqlite3VtabSavepoint() local
H A Dtest8.c557 static int echoOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in echoOpen()
1281 static int echoSavepoint(sqlite3_vtab *pVTab, int iSavepoint){ in echoSavepoint()
1286 static int echoRelease(sqlite3_vtab *pVTab, int iSavepoint){ in echoRelease()
1291 static int echoRollbackTo(sqlite3_vtab *pVTab, int iSavepoint){ in echoRollbackTo()
H A Dtest_fs.c209 static int fsdirOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fsdirOpen()
418 static int fstreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fstreeOpen()
662 static int fsOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fsOpen()
H A Dtest_schema.c110 static int schemaOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in schemaOpen()
H A Ddbpage.c166 static int dbpageOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in dbpageOpen()
H A Dtest_intarray.c106 static int intarrayOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in intarrayOpen()
H A Dtest_tclvar.c114 static int tclvarOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in tclvarOpen()
H A Dinsert.c230 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; in readsTable() local
1333 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3Insert() local
H A Dupdate.c1198 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); in updateVirtualTable() local
H A Ddelete.c622 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3DeleteFrom() local
H A Dtest_bestindex.c234 static int tclOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in tclOpen()
/sqlite-3.40.0/test/
H A Dvt02.c252 int vt02Disconnect(sqlite3_vtab *pVTab){ in vt02Disconnect()
270 static int vt02Open(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in vt02Open()
482 sqlite3_vtab *pVTab, /* Report errors to this virtual table */ in sqlite3RunSql()
533 sqlite3_vtab *pVTab /* Record errors into this object */ in sqlite3BestIndexLog()
724 static int vt02BestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ in vt02BestIndex()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_term.c145 sqlite3_vtab *pVTab, in fts3termBestIndexMethod()
167 static int fts3termOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3termOpenMethod()
H A Dfts3_tokenize_vtab.c235 sqlite3_vtab *pVTab, in fts3tokBestIndexMethod()
263 static int fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3tokOpenMethod()
H A Dfts3_aux.c150 sqlite3_vtab *pVTab, in fts3auxBestIndexMethod()
219 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3auxOpenMethod()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_tok.c248 sqlite3_vtab *pVTab, in fts5tokBestIndexMethod()
275 static int fts5tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts5tokOpenMethod()
H A Dfts5_vocab.c327 sqlite3_vtab *pVTab, in fts5VocabOpenMethod()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1926 spellfix1_vtab *pVTab; /* The table to which this cursor belongs */ member
1978 static int spellfix1Uninit(int isDestroy, sqlite3_vtab *pVTab){ in spellfix1Uninit()
1994 static int spellfix1Disconnect(sqlite3_vtab *pVTab){ in spellfix1Disconnect()
1997 static int spellfix1Destroy(sqlite3_vtab *pVTab){ in spellfix1Destroy()
2331 static int spellfix1Open(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in spellfix1Open()
2649 spellfix1_vtab *pVTab = pCur->pVTab; in spellfix1FilterForFullScan() local
2852 sqlite3_vtab *pVTab, in spellfix1Update()
2966 static int spellfix1Rename(sqlite3_vtab *pVTab, const char *zNew){ in spellfix1Rename()
H A Dseries.c326 sqlite3_vtab *pVTab, in seriesBestIndex()
H A Dbtreeinfo.c182 static int binfoOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in binfoOpen()
H A Damatch.c928 static int amatchOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in amatchOpen()
1419 sqlite3_vtab *pVTab, in amatchUpdate()
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c955 static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ in fulltextBestIndex()
975 static int fulltextDisconnect(sqlite3_vtab *pVTab){ in fulltextDisconnect()
980 static int fulltextDestroy(sqlite3_vtab *pVTab){ in fulltextDestroy()
991 static int fulltextOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fulltextOpen()
H A Dfts1.c2087 static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ in fulltextBestIndex()
2121 static int fulltextDisconnect(sqlite3_vtab *pVTab){ in fulltextDisconnect()
2127 static int fulltextDestroy(sqlite3_vtab *pVTab){ in fulltextDestroy()
2142 static int fulltextOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fulltextOpen()
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c257 static int dbdataOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in dbdataOpen()

12