Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A 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* }
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A 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* }
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h5250 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5280 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5281 int (*xClose)(sqlite3_vtab_cursor*);
5282 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5284 int (*xNext)(sqlite3_vtab_cursor*);
5285 int (*xEof)(sqlite3_vtab_cursor*);
5286 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5287 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5493 struct sqlite3_vtab_cursor { struct
H A Dsqlite3.c5278 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5308 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5309 int (*xClose)(sqlite3_vtab_cursor*);
5310 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5312 int (*xNext)(sqlite3_vtab_cursor*);
5313 int (*xEof)(sqlite3_vtab_cursor*);
5314 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5315 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5521 struct sqlite3_vtab_cursor { struct
13674 sqlite3_vtab_cursor *pVtabCursor; /* The cursor for a virtual table */
[all …]