Searched defs:sqlite3_io_methods (Results 1 – 6 of 6) sorted by relevance
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3.h | 834 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 835 struct sqlite3_io_methods { struct 836 int iVersion; 837 int (*xClose)(sqlite3_file*); 838 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 839 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 840 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 841 int (*xSync)(sqlite3_file*, int flags); 842 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 866 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.h | 834 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 835 struct sqlite3_io_methods { struct 836 int iVersion; 837 int (*xClose)(sqlite3_file*); 838 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 839 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 840 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 841 int (*xSync)(sqlite3_file*, int flags); 842 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 866 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/sqlite-autoconf-3440400/ |
| D | sqlite3.h | 834 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 835 struct sqlite3_io_methods { struct 836 int iVersion; 837 int (*xClose)(sqlite3_file*); 838 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 839 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 840 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 841 int (*xSync)(sqlite3_file*, int flags); 842 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 866 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/sqlite-autoconf-3440400/orig/ |
| D | sqlite3.h | 834 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 835 struct sqlite3_io_methods { struct 836 int iVersion; 837 int (*xClose)(sqlite3_file*); 838 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 839 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 840 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 841 int (*xSync)(sqlite3_file*, int flags); 842 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 866 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.14.0.rs | 464 pub struct sqlite3_io_methods { struct 465 pub iVersion: ::std::os::raw::c_int, 466 pub xClose: ::std::option::Option< 469 pub xRead: ::std::option::Option< 477 pub xWrite: ::std::option::Option< 485 pub xTruncate: ::std::option::Option< 488 pub xSync: ::std::option::Option< 494 pub xFileSize: ::std::option::Option< 500 pub xLock: ::std::option::Option< 506 pub xUnlock: ::std::option::Option< [all …]
|
| D | bindgen_3.14.0_ext.rs | 394 pub struct sqlite3_io_methods { struct 395 pub iVersion: ::std::os::raw::c_int, 396 pub xClose: ::std::option::Option< 399 pub xRead: ::std::option::Option< 407 pub xWrite: ::std::option::Option< 415 pub xTruncate: ::std::option::Option< 418 pub xSync: ::std::option::Option< 424 pub xFileSize: ::std::option::Option< 430 pub xLock: ::std::option::Option< 436 pub xUnlock: ::std::option::Option< [all …]
|