Searched refs:pVTab (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1368 int function (sqlite3_vtab *pVTab, sqlite3_index_info*) xBestIndex;
1369 int function (sqlite3_vtab *pVTab) xDisconnect;
1370 int function (sqlite3_vtab *pVTab) xDestroy;
1371 int function (sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) xOpen;
1380 int function (sqlite3_vtab *pVTab) xBegin;
1381 int function (sqlite3_vtab *pVTab) xSync;
1382 int function (sqlite3_vtab *pVTab) xCommit;
1383 int function (sqlite3_vtab *pVTab) xRollback;
1388 int function (sqlite3_vtab *pVTab, int) xSavepoint;
1389 int function (sqlite3_vtab *pVTab, in
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7296 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7297 int (*xDisconnect)(sqlite3_vtab *pVTab);
7298 int (*xDestroy)(sqlite3_vtab *pVTab);
7299 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7308 int (*xBegin)(sqlite3_vtab *pVTab);
7309 int (*xSync)(sqlite3_vtab *pVTab);
7310 int (*xCommit)(sqlite3_vtab *pVTab);
7311 int (*xRollback)(sqlite3_vtab *pVTab);
7318 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
7319 int (*xRelease)(sqlite3_vtab *pVTab, in
[all...]
H A Dsqlite3.c7609 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7610 int (*xDisconnect)(sqlite3_vtab *pVTab);
7611 int (*xDestroy)(sqlite3_vtab *pVTab);
7612 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
7621 int (*xBegin)(sqlite3_vtab *pVTab);
7622 int (*xSync)(sqlite3_vtab *pVTab);
7623 int (*xCommit)(sqlite3_vtab *pVTab);
7624 int (*xRollback)(sqlite3_vtab *pVTab);
7631 int (*xSavepoint)(sqlite3_vtab *pVTab, int);
7632 int (*xRelease)(sqlite3_vtab *pVTab, in
100676 VTable *pVTab; local
105146 bytecodevtab *pVTab = (bytecodevtab*)p; local
105234 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; local
105369 bytecodevtab *pVTab = (bytecodevtab *)pVtabCursor->pVtab; local
105413 bytecodevtab *pVTab = (bytecodevtab*)tab; local
115547 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
127498 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
132374 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
133477 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
139530 sqlite3_vtab *pVTab; local
153266 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
154338 sqlite3VtabLock(VTable *pVTab) argument
154359 sqlite3VtabUnlock(VTable *pVTab) argument
154437 VTable *pVTab = *ppVTab; local
154909 addToVTrans(sqlite3 *db, VTable *pVTab) argument
155108 VTable *pVTab = aVTrans[i]; local
155174 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
155242 VTable *pVTab = db->aVTrans[i]; local
167262 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
186146 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
186275 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
190873 fts3auxBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
190943 fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
194625 fts3tokBestIndexMethod( sqlite3_vtab *pVTab, sqlite3_index_info *pInfo ) argument
194654 fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
209598 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
221985 statOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
222775 dbpageOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
248214 fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
248363 fts5OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
254906 fts5VocabOpenMethod( sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr ) argument
[all...]
H A Dshell.c6060 sqlite3_vtab *pVTab,
6106 sqlite3_free(pVTab->zErrMsg);
6107 pVTab->zErrMsg = sqlite3_mprintf(
12374 static int expertOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ argument
12377 (void)pVTab;
14509 static int dbdataOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ argument
14517 pCsr->base.pVtab = pVTab;
6059 seriesBestIndex( sqlite3_vtab *pVTab, sqlite3_index_info *pIdxInfo ) argument

Completed in 891 milliseconds