Home
last modified time | relevance | path

Searched refs:addrCrTab (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbuild.c1013 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2); in sqlite3StartTable()
1716 if( pParse->addrCrTab ){ in convertToWithoutRowidTable()
1718 sqlite3VdbeChangeOpcode(v, pParse->addrCrTab, OP_CreateIndex); in convertToWithoutRowidTable()
H A DsqliteInt.h2990 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbuild.c1162 pParse->addrCrTab = in sqlite3StartTable()
2011 if( pParse->addrCrTab ){ in convertToWithoutRowidTable()
2013 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY); in convertToWithoutRowidTable()
H A DsqliteInt.h3293 int addrCrTab; /* Address of OP_CreateBtree opcode on CREATE TABLE */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbuild.c1209 pParse->addrCrTab = in sqlite3StartTable()
2071 if( pParse->addrCrTab ){ in convertToWithoutRowidTable()
2073 sqlite3VdbeChangeP3(v, pParse->addrCrTab, BTREE_BLOBKEY); in convertToWithoutRowidTable()
H A DsqliteInt.h3367 int addrCrTab; /* Address of OP_CreateBtree opcode on CREATE TABLE */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbuild.c1240 pParse->u1.addrCrTab = in sqlite3StartTable()
2179 if( pParse->u1.addrCrTab ){ in convertToWithoutRowidTable()
2181 sqlite3VdbeChangeP3(v, pParse->u1.addrCrTab, BTREE_BLOBKEY); in convertToWithoutRowidTable()
H A DsqliteInt.h3459 int addrCrTab; /* Address of OP_CreateBtree on CREATE TABLE */ member
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c11812 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
85756 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
86416 if( pParse->addrCrTab ){
86418 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/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.c11926 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
86272 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
86935 if( pParse->addrCrTab ){
86937 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c11961 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
87080 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
87743 if( pParse->addrCrTab ){
87745 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c11926 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
86272 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
86935 if( pParse->addrCrTab ){
86937 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c11926 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
86272 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
86935 if( pParse->addrCrTab ){
86937 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c11593 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
85216 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
85876 if( pParse->addrCrTab ){
85878 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c12472 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
91459 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
92122 if( pParse->addrCrTab ){
92124 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c12117 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
89526 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
90189 if( pParse->addrCrTab ){
90191 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92942 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93603 if( pParse->addrCrTab ){
93605 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12640 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */ member
92921 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
93582 if( pParse->addrCrTab ){
93584 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;

1234567