Home
last modified time | relevance | path

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

123

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/orig/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/sqlite/dist/orig/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/sqlite/dist/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/
Dsqlite3.h776 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
777 struct sqlite3_io_methods { struct
778 int iVersion;
779 int (*xClose)(sqlite3_file*);
780 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
781 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
784 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
808 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/sqlite/dist/orig/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/sqlite/dist/
Dsqlite3.h821 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
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.h834 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
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/sqlite/dist/orig/
Dsqlite3.h821 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
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.h834 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
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/sqlite/dist/
Dsqlite3.h821 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
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/sqlite/dist/
Dsqlite3.h779 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
780 struct sqlite3_io_methods { struct
781 int iVersion;
782 int (*xClose)(sqlite3_file*);
783 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
784 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
785 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
786 int (*xSync)(sqlite3_file*, int flags);
787 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
811 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument

123