Home
last modified time | relevance | path

Searched refs:MEMTYPE_PCACHE (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpcache1.c341 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1Alloc()
363 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1Free()
387 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1MemSize()
390 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1MemSize()
H A DsqliteInt.h4375 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpcache1.c363 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1Alloc()
385 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1Free()
409 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1MemSize()
412 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1MemSize()
H A DsqliteInt.h5140 #define MEMTYPE_PCACHE 0x04 /* Page cache allocations */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpcache1.c363 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1Alloc()
385 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1Free()
409 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1MemSize()
412 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1MemSize()
H A DsqliteInt.h4887 #define MEMTYPE_PCACHE 0x04 /* Page cache allocations */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpcache1.c363 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1Alloc()
385 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1Free()
409 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) ); in pcache1MemSize()
412 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE); in pcache1MemSize()
H A DsqliteInt.h4978 #define MEMTYPE_PCACHE 0x04 /* Page cache allocations */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h3224 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h3239 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */
H A Dsqlite3.amalgamation.c5090 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
27846 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
27869 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
27888 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
27891 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c12181 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
37064 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
37087 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
37107 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
37110 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c11851 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
35546 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
35569 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
35588 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
35591 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c11844 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
35510 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
35533 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
35552 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
35555 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c11892 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
36075 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
36098 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36117 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36120 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c13003 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
38078 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
38101 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38123 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38126 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/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.c13128 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
38402 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
38425 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38447 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38450 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c12582 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
36883 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
36906 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36928 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36931 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c13179 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
38787 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
38810 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38832 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38835 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c12563 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
36884 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
36907 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36929 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36932 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c13128 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
38402 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
38425 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38447 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38450 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c13128 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
38402 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
38425 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38447 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
38450 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c12739 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
37652 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
37675 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
37697 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
37700 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c13864 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
40793 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
40816 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
40837 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
40840 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c13864 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
40793 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
40816 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
40837 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
40840 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);

1234567