Home
last modified time | relevance | path

Searched defs:sqlite3_pcache_methods (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h5145 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
5146 struct sqlite3_pcache_methods { struct
5147 void *pArg;
5148 int (*xInit)(void*);
5149 void (*xShutdown)(void*);
5150 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5151 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5152 int (*xPagecount)(sqlite3_pcache*);
5154 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
5156 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.h5160 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
5161 struct sqlite3_pcache_methods { struct
5162 void *pArg;
5163 int (*xInit)(void*);
5164 void (*xShutdown)(void*);
5165 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5166 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5167 int (*xPagecount)(sqlite3_pcache*);
5169 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
5171 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dsqlite.h.in5841 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
5842 struct sqlite3_pcache_methods { struct
5843 void *pArg;
5844 int (*xInit)(void*);
5845 void (*xShutdown)(void*);
5846 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5847 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5848 int (*xPagecount)(sqlite3_pcache*);
5850 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
5852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.h5846 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
5847 struct sqlite3_pcache_methods { struct
5848 void *pArg;
5849 int (*xInit)(void*);
5850 void (*xShutdown)(void*);
5851 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5852 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5853 int (*xPagecount)(sqlite3_pcache*);
5855 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
5857 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.h5847 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
5848 struct sqlite3_pcache_methods { struct
5849 void *pArg;
5850 int (*xInit)(void*);
5851 void (*xShutdown)(void*);
5852 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
5853 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
5854 int (*xPagecount)(sqlite3_pcache*);
5856 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
5858 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.h6291 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6292 struct sqlite3_pcache_methods { struct
6293 void *pArg;
6294 int (*xInit)(void*);
6295 void (*xShutdown)(void*);
6296 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6297 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6298 int (*xPagecount)(sqlite3_pcache*);
6300 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6302 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.h6025 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6026 struct sqlite3_pcache_methods { struct
6027 void *pArg;
6028 int (*xInit)(void*);
6029 void (*xShutdown)(void*);
6030 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6031 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6032 int (*xPagecount)(sqlite3_pcache*);
6034 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6036 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.h6025 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6026 struct sqlite3_pcache_methods { struct
6027 void *pArg;
6028 int (*xInit)(void*);
6029 void (*xShutdown)(void*);
6030 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6031 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6032 int (*xPagecount)(sqlite3_pcache*);
6034 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6036 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.h6051 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6052 struct sqlite3_pcache_methods { struct
6053 void *pArg;
6054 int (*xInit)(void*);
6055 void (*xShutdown)(void*);
6056 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6057 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6058 int (*xPagecount)(sqlite3_pcache*);
6060 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6062 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.h6659 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6660 struct sqlite3_pcache_methods { struct
6661 void *pArg;
6662 int (*xInit)(void*);
6663 void (*xShutdown)(void*);
6664 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6665 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6666 int (*xPagecount)(sqlite3_pcache*);
6668 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6670 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.h6518 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6519 struct sqlite3_pcache_methods { struct
6520 void *pArg;
6521 int (*xInit)(void*);
6522 void (*xShutdown)(void*);
6523 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6524 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6525 int (*xPagecount)(sqlite3_pcache*);
6527 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6529 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.h6570 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6571 struct sqlite3_pcache_methods { struct
6572 void *pArg;
6573 int (*xInit)(void*);
6574 void (*xShutdown)(void*);
6575 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6576 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6577 int (*xPagecount)(sqlite3_pcache*);
6579 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6581 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.h6611 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6612 struct sqlite3_pcache_methods { struct
6613 void *pArg;
6614 int (*xInit)(void*);
6615 void (*xShutdown)(void*);
6616 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6617 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6618 int (*xPagecount)(sqlite3_pcache*);
6620 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6622 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.h6937 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6938 struct sqlite3_pcache_methods { struct
6939 void *pArg;
6940 int (*xInit)(void*);
6941 void (*xShutdown)(void*);
6942 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6943 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6944 int (*xPagecount)(sqlite3_pcache*);
6946 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6948 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.h6937 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6938 struct sqlite3_pcache_methods { struct
6939 void *pArg;
6940 int (*xInit)(void*);
6941 void (*xShutdown)(void*);
6942 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6943 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6944 int (*xPagecount)(sqlite3_pcache*);
6946 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6948 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dsqlite.h.in7549 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
7550 struct sqlite3_pcache_methods { struct
7551 void *pArg;
7552 int (*xInit)(void*);
7553 void (*xShutdown)(void*);
7554 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
7555 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
7556 int (*xPagecount)(sqlite3_pcache*);
7558 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
7560 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.h6841 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6842 struct sqlite3_pcache_methods { struct
6843 void *pArg;
6844 int (*xInit)(void*);
6845 void (*xShutdown)(void*);
6846 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6847 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6848 int (*xPagecount)(sqlite3_pcache*);
6850 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlcipher/
H A Dsqlite3.h6910 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6911 struct sqlite3_pcache_methods { struct
6912 void *pArg;
6913 int (*xInit)(void*);
6914 void (*xShutdown)(void*);
6915 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6916 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6917 int (*xPagecount)(sqlite3_pcache*);
6919 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6921 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/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.h6696 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6697 struct sqlite3_pcache_methods { struct
6698 void *pArg;
6699 int (*xInit)(void*);
6700 void (*xShutdown)(void*);
6701 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6702 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6703 int (*xPagecount)(sqlite3_pcache*);
6705 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6707 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h6750 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6751 struct sqlite3_pcache_methods { struct
6752 void *pArg;
6753 int (*xInit)(void*);
6754 void (*xShutdown)(void*);
6755 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6756 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6757 int (*xPagecount)(sqlite3_pcache*);
6759 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6761 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A Dsqlite3.h6701 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6702 struct sqlite3_pcache_methods { struct
6703 void *pArg;
6704 int (*xInit)(void*);
6705 void (*xShutdown)(void*);
6706 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6707 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6708 int (*xPagecount)(sqlite3_pcache*);
6710 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6712 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.h6701 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6702 struct sqlite3_pcache_methods { struct
6703 void *pArg;
6704 int (*xInit)(void*);
6705 void (*xShutdown)(void*);
6706 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6707 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6708 int (*xPagecount)(sqlite3_pcache*);
6710 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6712 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.h6696 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6697 struct sqlite3_pcache_methods { struct
6698 void *pArg;
6699 int (*xInit)(void*);
6700 void (*xShutdown)(void*);
6701 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6702 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6703 int (*xPagecount)(sqlite3_pcache*);
6705 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6707 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.h6937 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6938 struct sqlite3_pcache_methods { struct
6939 void *pArg;
6940 int (*xInit)(void*);
6941 void (*xShutdown)(void*);
6942 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6943 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6944 int (*xPagecount)(sqlite3_pcache*);
6946 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6948 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.h6937 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef
6938 struct sqlite3_pcache_methods { struct
6939 void *pArg;
6940 int (*xInit)(void*);
6941 void (*xShutdown)(void*);
6942 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6943 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6944 int (*xPagecount)(sqlite3_pcache*);
6946 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
6948 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
[all …]

12345678910>>...16