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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4889 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4890 int (*xDisconnect)(sqlite3_vtab *pVTab);
4891 int (*xDestroy)(sqlite3_vtab *pVTab);
4892 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4901 int (*xBegin)(sqlite3_vtab *pVTab);
4902 int (*xSync)(sqlite3_vtab *pVTab);
4903 int (*xCommit)(sqlite3_vtab *pVTab);
4904 int (*xRollback)(sqlite3_vtab *pVTab);
H A DsqliteInt.h620 Table *pVTab; /* vtab with active Connect/Create method */ member in struct:sqlite3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4889 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4890 int (*xDisconnect)(sqlite3_vtab *pVTab);
4891 int (*xDestroy)(sqlite3_vtab *pVTab);
4892 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4901 int (*xBegin)(sqlite3_vtab *pVTab);
4902 int (*xSync)(sqlite3_vtab *pVTab);
4903 int (*xCommit)(sqlite3_vtab *pVTab);
4904 int (*xRollback)(sqlite3_vtab *pVTab);
H A DsqliteInt.h620 Table *pVTab; /* vtab with active Connect/Create method */ member in struct:sqlite3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4889 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4890 int (*xDisconnect)(sqlite3_vtab *pVTab);
4891 int (*xDestroy)(sqlite3_vtab *pVTab);
4892 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4901 int (*xBegin)(sqlite3_vtab *pVTab);
4902 int (*xSync)(sqlite3_vtab *pVTab);
4903 int (*xCommit)(sqlite3_vtab *pVTab);
4904 int (*xRollback)(sqlite3_vtab *pVTab);
H A DsqliteInt.h620 Table *pVTab; /* vtab with active Connect/Create method */ member in struct:sqlite3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h4317 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4318 int (*xDisconnect)(sqlite3_vtab *pVTab);
4319 int (*xDestroy)(sqlite3_vtab *pVTab);
4320 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4329 int (*xBegin)(sqlite3_vtab *pVTab);
4330 int (*xSync)(sqlite3_vtab *pVTab);
4331 int (*xCommit)(sqlite3_vtab *pVTab);
4332 int (*xRollback)(sqlite3_vtab *pVTab);
H A Dsqlite3.c4854 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4855 int (*xDisconnect)(sqlite3_vtab *pVTab);
4856 int (*xDestroy)(sqlite3_vtab *pVTab);
4857 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4866 int (*xBegin)(sqlite3_vtab *pVTab);
4867 int (*xSync)(sqlite3_vtab *pVTab);
4868 int (*xCommit)(sqlite3_vtab *pVTab);
4869 int (*xRollback)(sqlite3_vtab *pVTab);
8689 Table *pVTab; /* vtab with active Connect/Create method */ member in struct:sqlite3
59990 VTable *pVTab; member in struct:vdbeExecUnion::OP_VBegin_stack_vars
71871 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
78267 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
81439 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
82267 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
92861 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
93349 sqlite3VtabLock(VTable *pVTab) argument
93370 sqlite3VtabUnlock(VTable *pVTab) argument
93825 addToVTrans(sqlite3 *db, VTable *pVTab) argument
93991 VTable *pVTab = db->aVTrans[i]; local
94060 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
98495 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
107588 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
107641 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
116690 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4317 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4318 int (*xDisconnect)(sqlite3_vtab *pVTab);
4319 int (*xDestroy)(sqlite3_vtab *pVTab);
4320 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4329 int (*xBegin)(sqlite3_vtab *pVTab);
4330 int (*xSync)(sqlite3_vtab *pVTab);
4331 int (*xCommit)(sqlite3_vtab *pVTab);
4332 int (*xRollback)(sqlite3_vtab *pVTab);
H A Dsqlite3.c4854 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4855 int (*xDisconnect)(sqlite3_vtab *pVTab);
4856 int (*xDestroy)(sqlite3_vtab *pVTab);
4857 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4866 int (*xBegin)(sqlite3_vtab *pVTab);
4867 int (*xSync)(sqlite3_vtab *pVTab);
4868 int (*xCommit)(sqlite3_vtab *pVTab);
4869 int (*xRollback)(sqlite3_vtab *pVTab);
8689 Table *pVTab; /* vtab with active Connect/Create method */ member in struct:sqlite3
59990 VTable *pVTab; member in struct:vdbeExecUnion::OP_VBegin_stack_vars
71871 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
78267 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
81439 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
82267 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
92861 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
93349 sqlite3VtabLock(VTable *pVTab) argument
93370 sqlite3VtabUnlock(VTable *pVTab) argument
93825 addToVTrans(sqlite3 *db, VTable *pVTab) argument
93991 VTable *pVTab = db->aVTrans[i]; local
94060 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
98495 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
107588 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
107641 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
116690 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4317 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4318 int (*xDisconnect)(sqlite3_vtab *pVTab);
4319 int (*xDestroy)(sqlite3_vtab *pVTab);
4320 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4329 int (*xBegin)(sqlite3_vtab *pVTab);
4330 int (*xSync)(sqlite3_vtab *pVTab);
4331 int (*xCommit)(sqlite3_vtab *pVTab);
4332 int (*xRollback)(sqlite3_vtab *pVTab);
H A Dsqlite3.c4854 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4855 int (*xDisconnect)(sqlite3_vtab *pVTab);
4856 int (*xDestroy)(sqlite3_vtab *pVTab);
4857 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4866 int (*xBegin)(sqlite3_vtab *pVTab);
4867 int (*xSync)(sqlite3_vtab *pVTab);
4868 int (*xCommit)(sqlite3_vtab *pVTab);
4869 int (*xRollback)(sqlite3_vtab *pVTab);
8689 Table *pVTab; /* vtab with active Connect/Create method */ member in struct:sqlite3
59990 VTable *pVTab; member in struct:vdbeExecUnion::OP_VBegin_stack_vars
71871 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ local
78267 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
81439 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; local
82267 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
92861 const char *pVTab = (const char*)sqlite3GetVTable(db, pTab); local
93349 sqlite3VtabLock(VTable *pVTab) argument
93370 sqlite3VtabUnlock(VTable *pVTab) argument
93825 addToVTrans(sqlite3 *db, VTable *pVTab) argument
93991 VTable *pVTab = db->aVTrans[i]; local
94060 sqlite3VtabBegin(sqlite3 *db, VTable *pVTab) argument
98495 const char *pVTab = (const char *)sqlite3GetVTable(db, pTab); local
107588 fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo) argument
107641 fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr) argument
116690 rtreeOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) argument
[all...]

Completed in 1282 milliseconds