Home
last modified time | relevance | path

Searched refs:iForeGuard (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem2.c62 int iForeGuard; /* Guard word for sanity */ member
160 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
268 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
385 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
404 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
426 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem2.c62 int iForeGuard; /* Guard word for sanity */ member
160 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
268 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
385 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
404 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
426 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem2.c62 int iForeGuard; /* Guard word for sanity */ member
160 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
268 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
385 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
404 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
426 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem2.c62 int iForeGuard; /* Guard word for sanity */ member
160 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
268 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
385 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
404 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
426 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmem2.c62 int iForeGuard; /* Guard word for sanity */ member
160 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
268 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
385 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
404 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
426 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c72 u32 iForeGuard; member
130 pNew->iForeGuard = FOREGUARD; in tmMalloc()
187 assert( pHdr->iForeGuard==FOREGUARD ); in tmFree()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c72 u32 iForeGuard; member
130 pNew->iForeGuard = FOREGUARD; in tmMalloc()
187 assert( pHdr->iForeGuard==FOREGUARD ); in tmFree()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c72 u32 iForeGuard; member
130 pNew->iForeGuard = FOREGUARD; in tmMalloc()
187 assert( pHdr->iForeGuard==FOREGUARD ); in tmFree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c72 u32 iForeGuard; member
130 pNew->iForeGuard = FOREGUARD; in tmMalloc()
187 assert( pHdr->iForeGuard==FOREGUARD ); in tmFree()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c14390 int iForeGuard; /* Guard word for sanity */ member
14488 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
14596 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
14713 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
14732 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
14754 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c8151 int iForeGuard; /* Guard word for sanity */ member
8249 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
8357 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
8474 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
8493 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
8515 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c15519 int iForeGuard; /* Guard word for sanity */ member
15617 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
15725 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
15842 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
15861 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
15883 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c14954 int iForeGuard; /* Guard word for sanity */ member
15052 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
15160 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
15277 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
15296 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
15318 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c14940 int iForeGuard; /* Guard word for sanity */ member
15038 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
15146 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
15263 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
15282 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
15304 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c15028 int iForeGuard; /* Guard word for sanity */ member
15126 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
15234 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
15351 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
15370 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
15392 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c16446 int iForeGuard; /* Guard word for sanity */ member
16544 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16652 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16769 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16788 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16810 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/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.c16580 int iForeGuard; /* Guard word for sanity */ member
16678 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16786 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16903 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16922 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16944 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c15965 int iForeGuard; /* Guard word for sanity */ member
16063 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16171 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16288 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16307 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16329 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c16634 int iForeGuard; /* Guard word for sanity */ member
16732 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16840 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16957 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16976 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16998 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c15960 int iForeGuard; /* Guard word for sanity */ member
16058 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16166 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16283 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16302 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16324 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c16580 int iForeGuard; /* Guard word for sanity */ member
16678 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16786 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16903 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16922 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16944 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c16580 int iForeGuard; /* Guard word for sanity */ member
16678 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16786 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16903 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16922 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16944 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c16167 int iForeGuard; /* Guard word for sanity */ member
16265 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
16373 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
16490 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
16509 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
16531 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c17484 int iForeGuard; /* Guard word for sanity */ member
17582 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
17690 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
17807 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
17826 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
17848 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c17484 int iForeGuard; /* Guard word for sanity */ member
17582 assert( p->iForeGuard==(int)FOREGUARD ); in sqlite3MemsysGetHeader()
17690 pHdr->iForeGuard = FOREGUARD; in sqlite3MemMalloc()
17807 assert( pHdr->iForeGuard==FOREGUARD ); in sqlite3MemdebugSetType()
17826 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugHasType()
17848 assert( pHdr->iForeGuard==FOREGUARD ); /* Allocation is valid */ in sqlite3MemdebugNoType()

1234567