Home
last modified time | relevance | path

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

12345678910>>...16

/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A Dsqlite3.h628 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
629 struct sqlite3_io_methods { struct
650 ** of the [sqlite3_io_methods] object and to the [sqlite3_file_control()] argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.h672 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
673 struct sqlite3_io_methods { struct
674 int iVersion;
675 int (*xClose)(sqlite3_file*);
676 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
677 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
678 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
702 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A 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
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A 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
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.h682 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
683 struct sqlite3_io_methods { struct
684 int iVersion;
685 int (*xClose)(sqlite3_file*);
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
710 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.h676 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
677 struct sqlite3_io_methods { struct
678 int iVersion;
679 int (*xClose)(sqlite3_file*);
680 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
704 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.h676 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
677 struct sqlite3_io_methods { struct
678 int iVersion;
679 int (*xClose)(sqlite3_file*);
680 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
704 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.h676 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
677 struct sqlite3_io_methods { struct
678 int iVersion;
679 int (*xClose)(sqlite3_file*);
680 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
704 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.h728 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
729 struct sqlite3_io_methods { struct
730 int iVersion;
731 int (*xClose)(sqlite3_file*);
732 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
733 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
734 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
735 int (*xSync)(sqlite3_file*, int flags);
759 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.h720 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
721 struct sqlite3_io_methods { struct
722 int iVersion;
723 int (*xClose)(sqlite3_file*);
724 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
725 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
726 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
727 int (*xSync)(sqlite3_file*, int flags);
751 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A 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);
754 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.h726 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
727 struct sqlite3_io_methods { struct
728 int iVersion;
729 int (*xClose)(sqlite3_file*);
730 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
731 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
732 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
733 int (*xSync)(sqlite3_file*, int flags);
757 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h570 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
571 struct sqlite3_io_methods { struct
592 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.h569 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
570 struct sqlite3_io_methods { struct
591 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.h730 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
731 struct sqlite3_io_methods { struct
732 int iVersion;
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);
762 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.h730 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
731 struct sqlite3_io_methods { struct
732 int iVersion;
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);
762 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dsqlite.h.in751 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
752 struct sqlite3_io_methods { struct
753 int iVersion;
754 int (*xClose)(sqlite3_file*);
755 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
756 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
757 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
758 int (*xSync)(sqlite3_file*, int flags);
759 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
783 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.h728 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
729 struct sqlite3_io_methods { struct
730 int iVersion;
731 int (*xClose)(sqlite3_file*);
732 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
733 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
734 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
735 int (*xSync)(sqlite3_file*, int flags);
736 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
760 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlcipher/
H A Dsqlite3.h730 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
731 struct sqlite3_io_methods { struct
732 int iVersion;
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);
762 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.h732 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
733 struct sqlite3_io_methods { struct
734 int iVersion;
735 int (*xClose)(sqlite3_file*);
736 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
737 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
738 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
739 int (*xSync)(sqlite3_file*, int flags);
763 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h724 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
725 struct sqlite3_io_methods { struct
726 int iVersion;
727 int (*xClose)(sqlite3_file*);
728 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
729 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
730 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
731 int (*xSync)(sqlite3_file*, int flags);
732 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
756 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A 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
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A 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
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.h732 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
733 struct sqlite3_io_methods { struct
734 int iVersion;
735 int (*xClose)(sqlite3_file*);
736 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
737 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
738 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
739 int (*xSync)(sqlite3_file*, int flags);
763 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.h730 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
731 struct sqlite3_io_methods { struct
732 int iVersion;
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);
762 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument

12345678910>>...16