| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.h | 783 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 784 struct sqlite3_io_methods { struct 785 int iVersion; 786 int (*xClose)(sqlite3_file*); 787 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 788 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 789 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 790 int (*xSync)(sqlite3_file*, int flags); 791 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 815 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| D | bindgen_bundled_version.rs | 544 pub struct sqlite3_io_methods { struct 545 pub iVersion: ::std::os::raw::c_int, 546 pub xClose: ::std::option::Option< 549 pub xRead: ::std::option::Option< 557 pub xWrite: ::std::option::Option< 565 pub xTruncate: ::std::option::Option< 568 pub xSync: ::std::option::Option< 574 pub xFileSize: ::std::option::Option< 580 pub xLock: ::std::option::Option< 586 pub xUnlock: ::std::option::Option< [all …]
|
| D | sqlite3.c | 1846 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 1847 struct sqlite3_io_methods { struct 1848 int iVersion; 1849 int (*xClose)(sqlite3_file*); 1850 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 1851 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 1852 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 1853 int (*xSync)(sqlite3_file*, int flags); 1854 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 1878 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/ |
| D | sqlite3.h | 821 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 822 struct sqlite3_io_methods { struct 823 int iVersion; 824 int (*xClose)(sqlite3_file*); 825 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 826 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 827 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 828 int (*xSync)(sqlite3_file*, int flags); 829 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 853 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| D | sqlite3.c | 1127 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 1128 struct sqlite3_io_methods { struct 1129 int iVersion; 1130 int (*xClose)(sqlite3_file*); 1131 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 1132 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 1133 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 1134 int (*xSync)(sqlite3_file*, int flags); 1135 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 1159 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 821 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 822 struct sqlite3_io_methods { struct 823 int iVersion; 824 int (*xClose)(sqlite3_file*); 825 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 826 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 827 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 828 int (*xSync)(sqlite3_file*, int flags); 829 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 853 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| D | sqlite3.c | 1127 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 1128 struct sqlite3_io_methods { struct 1129 int iVersion; 1130 int (*xClose)(sqlite3_file*); 1131 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 1132 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 1133 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 1134 int (*xSync)(sqlite3_file*, int flags); 1135 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 1159 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.6.8.rs | 342 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods; typedef
|
| D | bindgen_3.6.23.rs | 370 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods; typedef
|
| D | bindgen_3.7.7.rs | 442 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods; typedef
|
| D | bindgen_3.7.16.rs | 476 pub type sqlite3_io_methods = sqlite3_file_sqlite3_io_methods; typedef
|