/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 40 …, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlit… 63 %struct.sqlite3_file = type { %struct.sqlite3_io_methods* } 67 …sqlite3_file*)*, i32 (%struct.sqlite3_file*, i8*, i32, i64)*, i32 (%struct.sqlite3_file*, i8*, i32… 70 …truct.sqlite3_vfs*, i8*, i8*, i32 (%struct.sqlite3_vfs*, i8*, %struct.sqlite3_file*, i32, i32*)*, …
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 43 …, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlit… 61 %struct.sqlite3_file = type { %struct.sqlite3_io_methods* } 65 …sqlite3_file*)*, i32 (%struct.sqlite3_file*, i8*, i32, i64)*, i32 (%struct.sqlite3_file*, i8*, i32… 68 …truct.sqlite3_vfs*, i8*, i8*, i32 (%struct.sqlite3_vfs*, i8*, %struct.sqlite3_file*, i32, i32*)*, …
|
/external/sqlite/dist/ |
D | sqlite3.h | 635 typedef struct sqlite3_file sqlite3_file; typedef 636 struct sqlite3_file { struct 733 int (*xClose)(sqlite3_file*); 734 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 735 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 736 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 737 int (*xSync)(sqlite3_file*, int flags); 738 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 739 int (*xLock)(sqlite3_file*, int); 740 int (*xUnlock)(sqlite3_file*, int); [all …]
|
D | sqlite3.c | 842 typedef struct sqlite3_file sqlite3_file; typedef 843 struct sqlite3_file { struct 940 int (*xClose)(sqlite3_file*); 941 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 942 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 943 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 944 int (*xSync)(sqlite3_file*, int flags); 945 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 946 int (*xLock)(sqlite3_file*, int); 947 int (*xUnlock)(sqlite3_file*, int); [all …]
|
D | shell.c | 2580 sqlite3_file *pFile; in shell_dbinfo_command()
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 635 typedef struct sqlite3_file sqlite3_file; typedef 636 struct sqlite3_file { struct 733 int (*xClose)(sqlite3_file*); 734 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 735 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 736 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 737 int (*xSync)(sqlite3_file*, int flags); 738 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 739 int (*xLock)(sqlite3_file*, int); 740 int (*xUnlock)(sqlite3_file*, int); [all …]
|
D | sqlite3.c | 842 typedef struct sqlite3_file sqlite3_file; typedef 843 struct sqlite3_file { struct 940 int (*xClose)(sqlite3_file*); 941 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 942 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 943 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 944 int (*xSync)(sqlite3_file*, int flags); 945 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 946 int (*xLock)(sqlite3_file*, int); 947 int (*xUnlock)(sqlite3_file*, int); [all …]
|
D | shell.c | 2558 sqlite3_file *pFile; in shell_dbinfo_command()
|