Home
last modified time | relevance | path

Searched defs:sqlite3_io_methods (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h669 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
670 struct sqlite3_io_methods { struct
671 int iVersion;
672 int (*xClose)(sqlite3_file*);
673 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
697 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
Dsqlite3.c1212 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1213 struct sqlite3_io_methods { struct
1214 int iVersion;
1215 int (*xClose)(sqlite3_file*);
1216 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1240 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in664 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
665 struct sqlite3_io_methods { struct
666 int iVersion;
667 int (*xClose)(sqlite3_file*);
668 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
692 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/external/sqlite/dist/orig/
Dsqlite3.h723 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
724 struct sqlite3_io_methods { struct
725 int iVersion;
726 int (*xClose)(sqlite3_file*);
727 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
730 int (*xSync)(sqlite3_file*, int flags);
731 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
755 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
Dsqlite3.c838 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
839 struct sqlite3_io_methods { struct
840 int iVersion;
841 int (*xClose)(sqlite3_file*);
842 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
845 int (*xSync)(sqlite3_file*, int flags);
846 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
870 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/external/sqlite/dist/
Dsqlite3.h723 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
724 struct sqlite3_io_methods { struct
725 int iVersion;
726 int (*xClose)(sqlite3_file*);
727 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
730 int (*xSync)(sqlite3_file*, int flags);
731 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
755 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
Dsqlite3.c838 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
839 struct sqlite3_io_methods { struct
840 int iVersion;
841 int (*xClose)(sqlite3_file*);
842 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
845 int (*xSync)(sqlite3_file*, int flags);
846 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
870 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument