Searched refs:sqlite3_vtab_cursor (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4049 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4075 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4076 int (*xClose)(sqlite3_vtab_cursor*);
4077 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4079 int (*xNext)(sqlite3_vtab_cursor*);
4080 int (*xEof)(sqlite3_vtab_cursor*);
4081 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4082 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4246 ** KEYWORDS: sqlite3_vtab_cursor
4261 struct sqlite3_vtab_cursor { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4929 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4960 int (*xClose)(sqlite3_vtab_cursor*);
4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4963 int (*xNext)(sqlite3_vtab_cursor*);
4964 int (*xEof)(sqlite3_vtab_cursor*);
4965 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4966 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5143 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5158 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5479 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5510 int (*xClose)(sqlite3_vtab_cursor*);
5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5513 int (*xNext)(sqlite3_vtab_cursor*);
5514 int (*xEof)(sqlite3_vtab_cursor*);
5515 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5516 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5693 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5708 struct sqlite3_vtab_cursor { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4929 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4960 int (*xClose)(sqlite3_vtab_cursor*);
4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4963 int (*xNext)(sqlite3_vtab_cursor*);
4964 int (*xEof)(sqlite3_vtab_cursor*);
4965 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4966 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5143 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5158 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5479 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5510 int (*xClose)(sqlite3_vtab_cursor*);
5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5513 int (*xNext)(sqlite3_vtab_cursor*);
5514 int (*xEof)(sqlite3_vtab_cursor*);
5515 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5516 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5693 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5708 struct sqlite3_vtab_cursor { struct
[all...]

Completed in 316 milliseconds