Searched refs:sqlite3_vtab (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.h4868 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4885 sqlite3_vtab **ppVTab, char**);
4888 sqlite3_vtab **ppVTab, char**);
4889 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);
4900 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4901 int (*xBegin)(sqlite3_vtab *pVTa
5045 struct sqlite3_vtab { struct
[all...]
H A DsqliteInt.h621 sqlite3_vtab **aVTrans; /* Virtual tables with open transactions */
876 sqlite3_vtab *pVtab; /* Pointer to the module instance */
2167 void sqlite3VtabLock(sqlite3_vtab*);
2168 void sqlite3VtabUnlock(sqlite3*, sqlite3_vtab*);
2176 int sqlite3VtabBegin(sqlite3 *, sqlite3_vtab *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4868 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4885 sqlite3_vtab **ppVTab, char**);
4888 sqlite3_vtab **ppVTab, char**);
4889 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);
4900 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4901 int (*xBegin)(sqlite3_vtab *pVTa
5045 struct sqlite3_vtab { struct
[all...]
H A DsqliteInt.h621 sqlite3_vtab **aVTrans; /* Virtual tables with open transactions */
876 sqlite3_vtab *pVtab; /* Pointer to the module instance */
2167 void sqlite3VtabLock(sqlite3_vtab*);
2168 void sqlite3VtabUnlock(sqlite3*, sqlite3_vtab*);
2176 int sqlite3VtabBegin(sqlite3 *, sqlite3_vtab *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4868 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4885 sqlite3_vtab **ppVTab, char**);
4888 sqlite3_vtab **ppVTab, char**);
4889 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);
4900 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4901 int (*xBegin)(sqlite3_vtab *pVTa
5045 struct sqlite3_vtab { struct
[all...]
H A DsqliteInt.h621 sqlite3_vtab **aVTrans; /* Virtual tables with open transactions */
876 sqlite3_vtab *pVtab; /* Pointer to the module instance */
2167 void sqlite3VtabLock(sqlite3_vtab*);
2168 void sqlite3VtabUnlock(sqlite3*, sqlite3_vtab*);
2176 int sqlite3VtabBegin(sqlite3 *, sqlite3_vtab *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h4288 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4313 sqlite3_vtab **ppVTab, char**);
4316 sqlite3_vtab **ppVTab, char**);
4317 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);
4328 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4329 int (*xBegin)(sqlite3_vtab *pVTa
4488 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c4825 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4850 sqlite3_vtab **ppVTab, char**);
4853 sqlite3_vtab **ppVTab, char**);
4854 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);
4865 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4866 int (*xBegin)(sqlite3_vtab *pVTa
5025 struct sqlite3_vtab { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4288 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4313 sqlite3_vtab **ppVTab, char**);
4316 sqlite3_vtab **ppVTab, char**);
4317 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);
4328 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4329 int (*xBegin)(sqlite3_vtab *pVTa
4488 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c4825 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4850 sqlite3_vtab **ppVTab, char**);
4853 sqlite3_vtab **ppVTab, char**);
4854 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);
4865 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4866 int (*xBegin)(sqlite3_vtab *pVTa
5025 struct sqlite3_vtab { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4288 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4313 sqlite3_vtab **ppVTab, char**);
4316 sqlite3_vtab **ppVTab, char**);
4317 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);
4328 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4329 int (*xBegin)(sqlite3_vtab *pVTa
4488 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c4825 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4850 sqlite3_vtab **ppVTab, char**);
4853 sqlite3_vtab **ppVTab, char**);
4854 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);
4865 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4866 int (*xBegin)(sqlite3_vtab *pVTa
5025 struct sqlite3_vtab { struct
[all...]

Completed in 1182 milliseconds