Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/GVN/
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* }
/external/llvm/test/CodeGen/X86/
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* }
/external/sqlite/dist/
Dsqlite3.h5465 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5490 sqlite3_vtab **ppVTab, char**);
5493 sqlite3_vtab **ppVTab, char**);
5494 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5495 int (*xDisconnect)(sqlite3_vtab *pVTab);
5496 int (*xDestroy)(sqlite3_vtab *pVTab);
5497 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5505 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5506 int (*xBegin)(sqlite3_vtab *pVTab);
5507 int (*xSync)(sqlite3_vtab *pVTab);
[all …]
Dsqlite3.c5672 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5697 sqlite3_vtab **ppVTab, char**);
5700 sqlite3_vtab **ppVTab, char**);
5701 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5702 int (*xDisconnect)(sqlite3_vtab *pVTab);
5703 int (*xDestroy)(sqlite3_vtab *pVTab);
5704 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5712 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5713 int (*xBegin)(sqlite3_vtab *pVTab);
5714 int (*xSync)(sqlite3_vtab *pVTab);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h5465 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5490 sqlite3_vtab **ppVTab, char**);
5493 sqlite3_vtab **ppVTab, char**);
5494 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5495 int (*xDisconnect)(sqlite3_vtab *pVTab);
5496 int (*xDestroy)(sqlite3_vtab *pVTab);
5497 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5505 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5506 int (*xBegin)(sqlite3_vtab *pVTab);
5507 int (*xSync)(sqlite3_vtab *pVTab);
[all …]
Dsqlite3.c5672 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5697 sqlite3_vtab **ppVTab, char**);
5700 sqlite3_vtab **ppVTab, char**);
5701 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5702 int (*xDisconnect)(sqlite3_vtab *pVTab);
5703 int (*xDestroy)(sqlite3_vtab *pVTab);
5704 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5712 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5713 int (*xBegin)(sqlite3_vtab *pVTab);
5714 int (*xSync)(sqlite3_vtab *pVTab);
[all …]