Home
last modified time | relevance | path

Searched refs:sqlite3_file (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll40 …, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlit…
63 %struct.sqlite3_file = type { %struct.sqlite3_io_methods* }
67sqlite3_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/
D2009-04-29-RegAllocAssert.ll43 …, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlit…
61 %struct.sqlite3_file = type { %struct.sqlite3_io_methods* }
65sqlite3_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/
Dsqlite3.h635 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 …]
Dsqlite3.c842 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 …]
Dshell.c2580 sqlite3_file *pFile; in shell_dbinfo_command()
/external/sqlite/dist/orig/
Dsqlite3.h635 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 …]
Dsqlite3.c842 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 …]
Dshell.c2558 sqlite3_file *pFile; in shell_dbinfo_command()