Home
last modified time | relevance | path

Searched refs:sqlite3_vtab_cursor (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h4049 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
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);
4261 struct sqlite3_vtab_cursor { struct
/external/sqlite/dist/
Dsqlite3.h4929 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
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);
5158 struct sqlite3_vtab_cursor { struct
Dsqlite3.c5479 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
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);
5708 struct sqlite3_vtab_cursor { struct
12893 sqlite3_vtab_cursor *pVtabCursor; /* The cursor for a virtual table */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h4929 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
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);
5158 struct sqlite3_vtab_cursor { struct
Dsqlite3.c5479 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
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);
5708 struct sqlite3_vtab_cursor { struct
12893 sqlite3_vtab_cursor *pVtabCursor; /* The cursor for a virtual table */
[all …]
/external/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll24 …ct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %struct.sqlite3_vtab_cursor*, %struct.s…
66sqlite3_vtab_cursor**)*, i32 (%struct.sqlite3_vtab_cursor*)*, i32 (%struct.sqlite3_vtab_cursor*, i…
70 %struct.sqlite3_vtab_cursor = type { %struct.sqlite3_vtab* }
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll22 …ct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %struct.sqlite3_vtab_cursor*, %struct.s…
68sqlite3_vtab_cursor**)*, i32 (%struct.sqlite3_vtab_cursor*)*, i32 (%struct.sqlite3_vtab_cursor*, i…
72 %struct.sqlite3_vtab_cursor = type { %struct.sqlite3_vtab* }