Searched refs:sqlite3_vtab_cursor (Results 1 - 9 of 9) 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.h4870 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4892 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4893 int (*xClose)(sqlite3_vtab_cursor*);
4894 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4896 int (*xNext)(sqlite3_vtab_cursor*);
4897 int (*xEof)(sqlite3_vtab_cursor*);
4898 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4899 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5054 ** KEYWORDS: sqlite3_vtab_cursor
5065 struct sqlite3_vtab_cursor { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4870 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4892 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4893 int (*xClose)(sqlite3_vtab_cursor*);
4894 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4896 int (*xNext)(sqlite3_vtab_cursor*);
4897 int (*xEof)(sqlite3_vtab_cursor*);
4898 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4899 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5054 ** KEYWORDS: sqlite3_vtab_cursor
5065 struct sqlite3_vtab_cursor { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4870 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4892 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4893 int (*xClose)(sqlite3_vtab_cursor*);
4894 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4896 int (*xNext)(sqlite3_vtab_cursor*);
4897 int (*xEof)(sqlite3_vtab_cursor*);
4898 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4899 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5054 ** KEYWORDS: sqlite3_vtab_cursor
5065 struct sqlite3_vtab_cursor { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h4290 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4320 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4321 int (*xClose)(sqlite3_vtab_cursor*);
4322 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4324 int (*xNext)(sqlite3_vtab_cursor*);
4325 int (*xEof)(sqlite3_vtab_cursor*);
4326 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4327 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4497 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4512 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c4827 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4857 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4858 int (*xClose)(sqlite3_vtab_cursor*);
4859 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4861 int (*xNext)(sqlite3_vtab_cursor*);
4862 int (*xEof)(sqlite3_vtab_cursor*);
4863 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4864 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5034 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5049 struct sqlite3_vtab_cursor { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4290 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4320 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4321 int (*xClose)(sqlite3_vtab_cursor*);
4322 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4324 int (*xNext)(sqlite3_vtab_cursor*);
4325 int (*xEof)(sqlite3_vtab_cursor*);
4326 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4327 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4497 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4512 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c4827 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4857 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4858 int (*xClose)(sqlite3_vtab_cursor*);
4859 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4861 int (*xNext)(sqlite3_vtab_cursor*);
4862 int (*xEof)(sqlite3_vtab_cursor*);
4863 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4864 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5034 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5049 struct sqlite3_vtab_cursor { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4290 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4320 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4321 int (*xClose)(sqlite3_vtab_cursor*);
4322 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4324 int (*xNext)(sqlite3_vtab_cursor*);
4325 int (*xEof)(sqlite3_vtab_cursor*);
4326 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4327 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4497 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4512 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c4827 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4857 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4858 int (*xClose)(sqlite3_vtab_cursor*);
4859 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4861 int (*xNext)(sqlite3_vtab_cursor*);
4862 int (*xEof)(sqlite3_vtab_cursor*);
4863 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4864 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5034 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5049 struct sqlite3_vtab_cursor { struct
[all...]

Completed in 1101 milliseconds