Home
last modified time | relevance | path

Searched refs:BTREE_BLOBKEY (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbtree.h116 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
H A Dvdbe.c3165 rc = sqlite3BtreeCreateTable(pCx->pBt, &pgno, BTREE_BLOBKEY); in sqlite3VdbeExec()
4639 flags = BTREE_BLOBKEY; in sqlite3VdbeExec()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.h108 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.h115 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
H A Dvdbe.c3525 rc = sqlite3BtreeCreateTable(pCx->pBtx, &pgno, BTREE_BLOBKEY | pOp->p5); in sqlite3VdbeExec()
5495 flags = BTREE_BLOBKEY; in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.h123 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
H A Dbuild.c2181 sqlite3VdbeChangeP3(v, pParse->u1.addrCrTab, BTREE_BLOBKEY); in convertToWithoutRowidTable()
4094 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY); in sqlite3CreateIndex()
H A Dvdbe.c3976 BTREE_BLOBKEY | pOp->p5); in sqlite3VdbeExec()
6280 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY ); in sqlite3VdbeExec()
H A Dvdbeaux.c721 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.h115 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
H A Dbuild.c2013 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY); in convertToWithoutRowidTable()
3888 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY); in sqlite3CreateIndex()
H A Dvdbe.c3946 BTREE_BLOBKEY | pOp->p5); in sqlite3VdbeExec()
6008 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY ); in sqlite3VdbeExec()
H A Dvdbeaux.c719 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.h123 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
H A Dbuild.c2073 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY); in convertToWithoutRowidTable()
3988 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY); in sqlite3CreateIndex()
H A Dvdbe.c3986 BTREE_BLOBKEY | pOp->p5); in sqlite3VdbeExec()
6253 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY ); in sqlite3VdbeExec()
H A Dvdbeaux.c720 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DKeyValueStoreSQLite.actor.cpp1389 checkError("BtreeCreateTable", sqlite3BtreeCreateTable( btree, &table, BTREE_BLOBKEY )); in createFromScratch()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c14437 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
77094 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
87579 BTREE_BLOBKEY | pOp->p5);
89596 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
109138 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
110912 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c14437 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
77094 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
87579 BTREE_BLOBKEY | pOp->p5);
89596 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
109138 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
110912 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c14437 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
77094 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
87579 BTREE_BLOBKEY | pOp->p5);
89596 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
109138 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
110912 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c14437 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
77094 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
87579 BTREE_BLOBKEY | pOp->p5);
89596 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
109138 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
110912 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c14437 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
77094 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
87579 BTREE_BLOBKEY | pOp->p5);
89596 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
109138 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
110912 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14740 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
78054 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
88801 BTREE_BLOBKEY | pOp->p5);
90863 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
111137 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
113012 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/cbits/
H A Dsqlite3.c15112 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
78457 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;
89298 BTREE_BLOBKEY | pOp->p5);
91388 assert( pOp->p3==BTREE_INTKEY || pOp->p3==BTREE_BLOBKEY );
112456 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY);
114371 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);

1234567