Home
last modified time | relevance | path

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

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c800 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn); in sqlite3GenerateRowIndexDelete()
864 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn; in sqlite3GenerateIndexKey()
H A Dbuild.c1757 if( !db->init.imposterTable ) pPk->uniqNotNull = 1; in convertToWithoutRowidTable()
3125 pIndex->uniqNotNull = onError!=OE_None; in sqlite3CreateIndex()
3178 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
3185 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
4353 if( pIdx->uniqNotNull ){ in sqlite3KeyInfoOfIndex()
H A Danalyze.c1053 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1; in analyzeOneTable()
H A Dinsert.c1756 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn); in sqlite3CompleteInsertion()
H A Dwhere.c2455 if( iCol>=0 && pProbe->uniqNotNull==0 ){ in whereLoopAddBtreeIndex()
4271 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ; in whereShortCut()
H A DsqliteInt.h2151 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddelete.c864 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn); in sqlite3GenerateRowIndexDelete()
930 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn; in sqlite3GenerateIndexKey()
H A Dbuild.c1443 pIdx->uniqNotNull = 1; in sqlite3AddNotNull()
2228 if( !db->init.imposterTable ) pPk->uniqNotNull = 1; in convertToWithoutRowidTable()
3836 pIndex->uniqNotNull = onError!=OE_None; in sqlite3CreateIndex()
3890 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
3898 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
5188 if( pIdx->uniqNotNull ){ in sqlite3KeyInfoOfIndex()
H A Danalyze.c1076 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1; in analyzeOneTable()
H A Dinsert.c2495 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn); in sqlite3CompleteInsertion()
H A Dwhere.c2614 if( iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4573 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ; in whereShortCut()
H A DsqliteInt.h2496 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddelete.c858 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn); in sqlite3GenerateRowIndexDelete()
923 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn; in sqlite3GenerateIndexKey()
H A Dbuild.c1288 pIdx->uniqNotNull = 1; in sqlite3AddNotNull()
2060 if( !db->init.imposterTable ) pPk->uniqNotNull = 1; in convertToWithoutRowidTable()
3630 pIndex->uniqNotNull = onError!=OE_None; in sqlite3CreateIndex()
3684 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
3692 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
4923 if( pIdx->uniqNotNull ){ in sqlite3KeyInfoOfIndex()
H A Danalyze.c1031 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1; in analyzeOneTable()
H A Dinsert.c2333 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn); in sqlite3CompleteInsertion()
H A Dwhere.c2573 if( iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4471 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ; in whereShortCut()
H A DsqliteInt.h2394 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddelete.c857 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn); in sqlite3GenerateRowIndexDelete()
923 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn; in sqlite3GenerateIndexKey()
H A Dbuild.c1336 pIdx->uniqNotNull = 1; in sqlite3AddNotNull()
2120 if( !db->init.imposterTable ) pPk->uniqNotNull = 1; in convertToWithoutRowidTable()
3730 pIndex->uniqNotNull = onError!=OE_None; in sqlite3CreateIndex()
3784 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
3792 pIndex->uniqNotNull = 0; in sqlite3CreateIndex()
5068 if( pIdx->uniqNotNull ){ in sqlite3KeyInfoOfIndex()
H A Danalyze.c1076 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1; in analyzeOneTable()
H A Dinsert.c2340 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn); in sqlite3CompleteInsertion()
H A Dwhere.c2594 if( iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4553 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ; in whereShortCut()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2565 if (iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4430 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ; in whereShortCut()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2565 if (iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4430 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ; in whereShortCut()

1234567