/external/chromium_org/third_party/sqlite/src/src/ |
D | vtab.c | 94 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()
|
D | update.c | 611 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); in updateVirtualTable() local
|
D | delete.c | 401 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3DeleteFrom() local
|
D | test_schema.c | 106 static int schemaOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in schemaOpen()
|
D | test_tclvar.c | 77 static int tclvarOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in tclvarOpen()
|
D | insert.c | 141 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; in readsTable() local 969 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3Insert() local
|
D | test_fuzzer.c | 263 static int fuzzerOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fuzzerOpen() 802 sqlite3_vtab *pVTab, in fuzzerUpdate()
|
D | test_intarray.c | 102 static int intarrayOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in intarrayOpen()
|
D | alter.c | 409 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ in sqlite3AlterRenameTable() local
|
D | test_stat.c | 198 static int statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in statOpen()
|
D | test8.c | 551 static int echoOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in echoOpen()
|
D | vdbe.c | 5470 VTable *pVTab; in sqlite3VdbeExec() local
|
D | test_osinst.c | 928 static int vlogOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in vlogOpen()
|
D | recover.c | 1607 static int recoverOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in recoverOpen()
|
D | where.c | 4742 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); in sqlite3WhereBegin() local
|
D | sqliteInt.h | 872 Table *pVTab; /* vtab with active Connect/Create method */ member
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_aux.c | 135 sqlite3_vtab *pVTab, in fts3auxBestIndexMethod() 190 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ in fts3auxOpenMethod()
|
D | fts3.c | 1052 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/ |
D | fulltext.c | 943 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()
|
D | fts1.c | 2087 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/ |
D | fts2.c | 3125 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/ |
D | rtree.c | 802 static int rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in rtreeOpen()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 9217 Table *pVTab; /* vtab with active Connect/Create method */ member
|