Home
last modified time | relevance | path

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

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h629 #define PTRMAP_ROOTPAGE 1 macro
H A Dbtree.c3496 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ); in relocatePage()
3517 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){ in relocatePage()
3536 if( eType!=PTRMAP_ROOTPAGE ){ in relocatePage()
3595 if( eType==PTRMAP_ROOTPAGE ){ in incrVacuumStep()
8538 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){ in btreeCreateTable()
8545 assert( eType!=PTRMAP_ROOTPAGE ); in btreeCreateTable()
8568 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc); in btreeCreateTable()
8776 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0); in btreeDropTable()
9548 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0); in sqlite3BtreeIntegrityCheck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h638 #define PTRMAP_ROOTPAGE 1 macro
H A Dbtree.c3660 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ); in relocatePage()
3682 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){ in relocatePage()
3701 if( eType!=PTRMAP_ROOTPAGE ){ in relocatePage()
3760 if( eType==PTRMAP_ROOTPAGE ){ in incrVacuumStep()
9158 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){ in btreeCreateTable()
9165 assert( eType!=PTRMAP_ROOTPAGE ); in btreeCreateTable()
9188 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc); in btreeCreateTable()
9399 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0); in btreeDropTable()
10193 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0); in sqlite3BtreeIntegrityCheck()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h654 #define PTRMAP_ROOTPAGE 1 macro
H A Dbtree.c3707 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ); in relocatePage()
3729 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){ in relocatePage()
3748 if( eType!=PTRMAP_ROOTPAGE ){ in relocatePage()
3807 if( eType==PTRMAP_ROOTPAGE ){ in incrVacuumStep()
9353 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){ in btreeCreateTable()
9360 assert( eType!=PTRMAP_ROOTPAGE ); in btreeCreateTable()
9383 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc); in btreeCreateTable()
9594 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0); in btreeDropTable()
10409 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0); in sqlite3BtreeIntegrityCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h653 #define PTRMAP_ROOTPAGE 1 macro
H A Dbtree.c3684 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ); in relocatePage()
3706 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){ in relocatePage()
3725 if( eType!=PTRMAP_ROOTPAGE ){ in relocatePage()
3784 if( eType==PTRMAP_ROOTPAGE ){ in incrVacuumStep()
9197 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){ in btreeCreateTable()
9204 assert( eType!=PTRMAP_ROOTPAGE ); in btreeCreateTable()
9227 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc); in btreeCreateTable()
9438 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0); in btreeDropTable()
10253 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0); in sqlite3BtreeIntegrityCheck()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.c2826 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ); in relocatePage()
2847 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){ in relocatePage()
2866 if( eType!=PTRMAP_ROOTPAGE ){ in relocatePage()
2928 if( eType==PTRMAP_ROOTPAGE ){ in incrVacuumStep()
7481 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE || eType==PTRMAP_FREELEAF ){ in btreeCreateTable()
7488 assert( eType!=PTRMAP_ROOTPAGE ); in btreeCreateTable()
7512 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc); in btreeCreateTable()
7715 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0); in btreeDropTable()
8436 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0); in sqlite3BtreeIntegrityCheck()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c37188 #define PTRMAP_ROOTPAGE 1
40253 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
40274 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
40293 if( eType!=PTRMAP_ROOTPAGE ){
40353 if( eType==PTRMAP_ROOTPAGE ){
44391 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
44398 assert( eType!=PTRMAP_ROOTPAGE );
44421 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
44611 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
45199 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c35801 #define PTRMAP_ROOTPAGE 1
38559 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
38580 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
38599 if( eType!=PTRMAP_ROOTPAGE ){
38656 if( eType==PTRMAP_ROOTPAGE ){
42664 if( rc!=SQLITE_OK || eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
42668 assert( eType!=PTRMAP_ROOTPAGE );
42691 rc = ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0);
42881 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
43537 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c49040 #define PTRMAP_ROOTPAGE 1
52177 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
52198 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
52217 if( eType!=PTRMAP_ROOTPAGE ){
52277 if( eType==PTRMAP_ROOTPAGE ){
56458 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
56465 assert( eType!=PTRMAP_ROOTPAGE );
56488 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
56691 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
57338 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c47223 #define PTRMAP_ROOTPAGE 1
50344 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
50365 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
50384 if( eType!=PTRMAP_ROOTPAGE ){
50444 if( eType==PTRMAP_ROOTPAGE ){
54550 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
54557 assert( eType!=PTRMAP_ROOTPAGE );
54580 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
54783 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
55423 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c47187 #define PTRMAP_ROOTPAGE 1
50308 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
50329 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
50348 if( eType!=PTRMAP_ROOTPAGE ){
50408 if( eType==PTRMAP_ROOTPAGE ){
54514 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
54521 assert( eType!=PTRMAP_ROOTPAGE );
54544 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
54747 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
55387 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c47932 #define PTRMAP_ROOTPAGE 1
51057 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
51078 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
51097 if( eType!=PTRMAP_ROOTPAGE ){
51157 if( eType==PTRMAP_ROOTPAGE ){
55270 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
55277 assert( eType!=PTRMAP_ROOTPAGE );
55300 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
55503 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
56148 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c50488 #define PTRMAP_ROOTPAGE 1
53758 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
53779 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
53798 if( eType!=PTRMAP_ROOTPAGE ){
53857 if( eType==PTRMAP_ROOTPAGE ){
58089 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
58096 assert( eType!=PTRMAP_ROOTPAGE );
58119 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
58324 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
58989 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/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.c50824 #define PTRMAP_ROOTPAGE 1
54103 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
54124 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
54143 if( eType!=PTRMAP_ROOTPAGE ){
54202 if( eType==PTRMAP_ROOTPAGE ){
58461 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
58468 assert( eType!=PTRMAP_ROOTPAGE );
58491 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
58705 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
59370 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c49216 #define PTRMAP_ROOTPAGE 1
52471 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
52492 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
52511 if( eType!=PTRMAP_ROOTPAGE ){
52570 if( eType==PTRMAP_ROOTPAGE ){
56817 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
56824 assert( eType!=PTRMAP_ROOTPAGE );
56847 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
57050 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
57715 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c51209 #define PTRMAP_ROOTPAGE 1
54488 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
54509 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
54528 if( eType!=PTRMAP_ROOTPAGE ){
54587 if( eType==PTRMAP_ROOTPAGE ){
58847 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
58854 assert( eType!=PTRMAP_ROOTPAGE );
58877 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
59091 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
59756 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c49250 #define PTRMAP_ROOTPAGE 1
52504 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
52525 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
52544 if( eType!=PTRMAP_ROOTPAGE ){
52603 if( eType==PTRMAP_ROOTPAGE ){
56876 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
56883 assert( eType!=PTRMAP_ROOTPAGE );
56906 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
57109 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
57774 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c50824 #define PTRMAP_ROOTPAGE 1
54103 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
54124 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
54143 if( eType!=PTRMAP_ROOTPAGE ){
54202 if( eType==PTRMAP_ROOTPAGE ){
58461 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
58468 assert( eType!=PTRMAP_ROOTPAGE );
58491 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
58705 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
59370 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c50824 #define PTRMAP_ROOTPAGE 1
54103 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
54124 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
54143 if( eType!=PTRMAP_ROOTPAGE ){
54202 if( eType==PTRMAP_ROOTPAGE ){
58461 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
58468 assert( eType!=PTRMAP_ROOTPAGE );
58491 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
58705 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
59370 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c50019 #define PTRMAP_ROOTPAGE 1
53289 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
53310 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
53329 if( eType!=PTRMAP_ROOTPAGE ){
53388 if( eType==PTRMAP_ROOTPAGE ){
57669 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
57676 assert( eType!=PTRMAP_ROOTPAGE );
57699 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
57902 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
58567 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c53431 #define PTRMAP_ROOTPAGE 1
57140 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
57161 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
57180 if( eType!=PTRMAP_ROOTPAGE ){
57239 if( eType==PTRMAP_ROOTPAGE ){
62027 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
62034 assert( eType!=PTRMAP_ROOTPAGE );
62057 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
62278 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
63053 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0);
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c53431 #define PTRMAP_ROOTPAGE 1
57140 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
57161 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
57180 if( eType!=PTRMAP_ROOTPAGE ){
57239 if( eType==PTRMAP_ROOTPAGE ){
62027 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
62034 assert( eType!=PTRMAP_ROOTPAGE );
62057 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
62278 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
63053 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0);

1234567