Searched refs:pVTab (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3.h | 7092 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 7093 int (*xDisconnect)(sqlite3_vtab *pVTab); 7094 int (*xDestroy)(sqlite3_vtab *pVTab); 7095 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); 7104 int (*xBegin)(sqlite3_vtab *pVTab); 7105 int (*xSync)(sqlite3_vtab *pVTab); 7106 int (*xCommit)(sqlite3_vtab *pVTab); 7107 int (*xRollback)(sqlite3_vtab *pVTab); 7114 int (*xSavepoint)(sqlite3_vtab *pVTab, int); 7115 int (*xRelease)(sqlite3_vtab *pVTab, in [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 7401 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 7402 int (*xDisconnect)(sqlite3_vtab *pVTab); 7403 int (*xDestroy)(sqlite3_vtab *pVTab); 7404 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); 7413 int (*xBegin)(sqlite3_vtab *pVTab); 7414 int (*xSync)(sqlite3_vtab *pVTab); 7415 int (*xCommit)(sqlite3_vtab *pVTab); 7416 int (*xRollback)(sqlite3_vtab *pVTab); 7423 int (*xSavepoint)(sqlite3_vtab *pVTab, int); 7424 int (*xRelease)(sqlite3_vtab *pVTab, in 98292 VTable *pVTab; global() local 102656 bytecodevtab *pVTab = (bytecodevtab*)p; global() local 102744 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; global() local 102864 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; global() local 102907 bytecodevtab *pVTab = (bytecodevtab*)tab; global() local 112463 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ global() local 124319 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); global() local 128832 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; global() local 129935 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); global() local 149038 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); global() local 150118 sqlite3VtabLock(VTable *pVTab) global() argument 150139 sqlite3VtabUnlock(VTable *pVTab) global() argument 150217 VTable *pVTab = *ppVTab; global() local 150688 addToVTrans(sqlite3 *db, VTable *pVTab) global() argument 150887 VTable *pVTab = aVTrans[i]; global() local 150953 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) global() argument 151021 VTable *pVTab = db->aVTrans[i]; global() local 162553 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); global() local 181252 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) global() argument 181381 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument 185909 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) global() argument 185979 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument 189660 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) global() argument 189689 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument 202018 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) global() argument 214471 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) global() argument 215253 dbpageOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) global() argument 237375 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) global() argument 237521 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) global() argument 243790 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) global() argument [all...] |
H A D | shell.c | 3609 sqlite3_vtab *pVTab, in seriesBestIndex() 3655 sqlite3_free(pVTab->zErrMsg); in seriesBestIndex() 3656 pVTab->zErrMsg = sqlite3_mprintf( in seriesBestIndex() 9894 static int expertOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in expertOpen() argument 9897 (void)pVTab; in expertOpen() 11672 static int dbdataOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in dbdataOpen() argument 11680 pCsr->base.pVtab = pVTab; in dbdataOpen() 3608 seriesBestIndex( sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo ) seriesBestIndex() argument
|
Completed in 153 milliseconds