Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dvtab.c94 void sqlite3VtabLock(VTable *pVTab){ in sqlite3VtabLock()
115 void sqlite3VtabUnlock(VTable *pVTab){ in sqlite3VtabUnlock()
570 static int addToVTrans(sqlite3 *db, VTable *pVTab){ in addToVTrans()
736 VTable *pVTab = db->aVTrans[i]; in callFinaliser() local
805 int sqlite3VtabBegin(sqlite3 *db, VTable *pVTab){ in sqlite3VtabBegin()
Dupdate.c611 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); in updateVirtualTable() local
Ddelete.c401 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3DeleteFrom() local
Dtest_schema.c106 static int schemaOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in schemaOpen()
Dtest_tclvar.c77 static int tclvarOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in tclvarOpen()
Dinsert.c141 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; in readsTable() local
969 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3Insert() local
Dtest_fuzzer.c263 static int fuzzerOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fuzzerOpen()
802 sqlite3_vtab *pVTab, in fuzzerUpdate()
Dtest_intarray.c102 static int intarrayOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in intarrayOpen()
Dalter.c409 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ in sqlite3AlterRenameTable() local
Dtest_stat.c198 static int statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in statOpen()
Dtest8.c551 static int echoOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in echoOpen()
Dvdbe.c5470 VTable *pVTab; in sqlite3VdbeExec() local
Dtest_osinst.c928 static int vlogOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in vlogOpen()
Drecover.c1607 static int recoverOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in recoverOpen()
Dwhere.c4742 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3WhereBegin() local
DsqliteInt.h872 Table *pVTab; /* vtab with active Connect/Create method */ member
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_aux.c135 sqlite3_vtab *pVTab, in fts3auxBestIndexMethod()
190 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3auxOpenMethod()
Dfts3.c1052 static int fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ in fts3BestIndexMethod()
1105 static int fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3OpenMethod()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfulltext.c943 static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ in fulltextBestIndex()
963 static int fulltextDisconnect(sqlite3_vtab *pVTab){ in fulltextDisconnect()
968 static int fulltextDestroy(sqlite3_vtab *pVTab){ in fulltextDestroy()
979 static int fulltextOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fulltextOpen()
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()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c3125 static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ in fulltextBestIndex()
3159 static int fulltextDisconnect(sqlite3_vtab *pVTab){ in fulltextDisconnect()
3165 static int fulltextDestroy(sqlite3_vtab *pVTab){ in fulltextDestroy()
3181 static int fulltextOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fulltextOpen()
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c802 static int rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in rtreeOpen()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c9217 Table *pVTab; /* vtab with active Connect/Create method */ member