Searched refs:sqlite3_file (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 633 typedef struct sqlite3_file sqlite3_file; typedef 634 struct sqlite3_file { struct 731 int (*xClose)(sqlite3_file*); 732 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 733 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 734 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 735 int (*xSync)(sqlite3_file*, int flags); 736 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 737 int (*xLock)(sqlite3_file*, int); 738 int (*xUnlock)(sqlite3_file*, int); [all …]
|
| H A D | sqlite3.c | 661 typedef struct sqlite3_file sqlite3_file; typedef 662 struct sqlite3_file { struct 759 int (*xClose)(sqlite3_file*); 760 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 761 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 762 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 763 int (*xSync)(sqlite3_file*, int flags); 764 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 765 int (*xLock)(sqlite3_file*, int); 766 int (*xUnlock)(sqlite3_file*, int); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A 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*)*, …
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A 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*)*, …
|