Home
last modified time | relevance | path

Searched refs:BTREE_LARGEST_ROOT_PAGE (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbtree.h141 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c638 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.h133 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dbtree.c7442 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable()
7693 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable()
7794 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1; in sqlite3BtreeGetMeta()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.h148 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c730 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
H A Dbtree.c8491 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable()
8754 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable()
8858 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){ in sqlite3BtreeGetMeta()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.h156 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c777 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
H A Dbtree.c9304 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable()
9572 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable()
9676 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){ in sqlite3BtreeGetMeta()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.h148 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c769 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
H A Dbtree.c9111 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable()
9377 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable()
9481 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){ in sqlite3BtreeGetMeta()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.h156 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c777 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
H A Dbtree.c9148 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable()
9416 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable()
9520 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){ in sqlite3BtreeGetMeta()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DKeyValueStoreSQLite.actor.cpp1380 sqlite3BtreeGetMeta(btree, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in createFromScratch()
/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A Dbtree.c756 else if (idx == BTREE_LARGEST_ROOT_PAGE && *pCreating) in btreeOpenMetaTables()
768 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &val); in btreeOpenMetaTables()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6962 #define BTREE_LARGEST_ROOT_PAGE 4 macro
44352 vtk_sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
44589 vtk_sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
44690 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
77318 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8307 #define BTREE_LARGEST_ROOT_PAGE 4 macro
56419 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
56669 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
56770 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){
92738 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c8024 #define BTREE_LARGEST_ROOT_PAGE 4 macro
54511 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
54761 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
54862 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
88749 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c8017 #define BTREE_LARGEST_ROOT_PAGE 4 macro
54475 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
54725 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
54826 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
88713 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c8050 #define BTREE_LARGEST_ROOT_PAGE 4 macro
55231 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
55481 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
55582 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
90591 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c8845 #define BTREE_LARGEST_ROOT_PAGE 4 macro
58043 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
58302 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
58403 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){
97936 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
/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.c8957 #define BTREE_LARGEST_ROOT_PAGE 4 macro
58415 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
58683 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
58784 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){
98487 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},

1234567