Searched defs:sqlite3_vtab_cursor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2367 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
2386 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
2387 int (*xClose)(sqlite3_vtab_cursor*);
2388 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
2390 int (*xNext)(sqlite3_vtab_cursor*);
2391 int (*xEof)(sqlite3_vtab_cursor*);
2392 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
2393 int (*xRowid)(sqlite3_vtab_cursor*, sqlite_int64 *pRowid);
2529 struct sqlite3_vtab_cursor { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4129 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4160 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4161 int (*xClose)(sqlite3_vtab_cursor*);
4162 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4164 int (*xNext)(sqlite3_vtab_cursor*);
4165 int (*xEof)(sqlite3_vtab_cursor*);
4166 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4167 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4328 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4344 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c4653 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4684 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4685 int (*xClose)(sqlite3_vtab_cursor*);
4686 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4688 int (*xNext)(sqlite3_vtab_cursor*);
4689 int (*xEof)(sqlite3_vtab_cursor*);
4690 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4691 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4852 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4868 struct sqlite3_vtab_cursor { struct
[all...]

Completed in 155 milliseconds