Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h5248 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5273 sqlite3_vtab **ppVTab, char**);
5276 sqlite3_vtab **ppVTab, char**);
5277 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5278 int (*xDisconnect)(sqlite3_vtab *pVTab);
5279 int (*xDestroy)(sqlite3_vtab *pVTab);
5280 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5288 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5289 int (*xBegin)(sqlite3_vtab *pVTab);
5290 int (*xSync)(sqlite3_vtab *pVTab);
[all …]
H A Dsqlite3.c5276 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5301 sqlite3_vtab **ppVTab, char**);
5304 sqlite3_vtab **ppVTab, char**);
5305 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5306 int (*xDisconnect)(sqlite3_vtab *pVTab);
5307 int (*xDestroy)(sqlite3_vtab *pVTab);
5308 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5316 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5317 int (*xBegin)(sqlite3_vtab *pVTab);
5318 int (*xSync)(sqlite3_vtab *pVTab);
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll49 …ruct.Expr*, i32, i8, i8, i8, i8, i8, i8, i8, %struct.Module*, %struct.sqlite3_vtab*, i32, i8**, %s…
60 …*)*, i8*, i32 (i8*)*, i8*, i32, %struct.Hash, %struct.Table*, %struct.sqlite3_vtab**, i32, %struct…
68sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3*, i8*, i32, i8**, %struct.sqlite3_vtab**, i8**)*, i32…
71 %struct.sqlite3_vtab = type { %struct.sqlite3_module*, i32, i8* }
72 %struct.sqlite3_vtab_cursor = type { %struct.sqlite3_vtab* }
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll50 …ruct.Expr*, i32, i8, i8, i8, i8, i8, i8, i8, %struct.Module*, %struct.sqlite3_vtab*, i32, i8**, %s…
58 …*)*, i8*, i32 (i8*)*, i8*, i32, %struct.Hash, %struct.Table*, %struct.sqlite3_vtab**, i32, %struct…
66sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3*, i8*, i32, i8**, %struct.sqlite3_vtab**, i8**)*, i32…
69 %struct.sqlite3_vtab = type { %struct.sqlite3_module*, i32, i8* }
70 %struct.sqlite3_vtab_cursor = type { %struct.sqlite3_vtab* }