Home
last modified time | relevance | path

Searched refs:pPartIdxWhere (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupsert.c141 if( pIdx->pPartIdxWhere ){ in sqlite3UpsertAnalyzeTarget()
144 pIdx->pPartIdxWhere, iCursor)!=0 ){ in sqlite3UpsertAnalyzeTarget()
H A Ddelete.c911 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateIndexKey()
914 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel, in sqlite3GenerateIndexKey()
925 if( pPrior && (regBase!=regPrior || pPrior->pPartIdxWhere) ) pPrior = 0; in sqlite3GenerateIndexKey()
H A Dinsert.c1948 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
1951 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, addrUniqueOk, in sqlite3GenerateConstraintChecks()
2161 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
2310 if( pIdx->pPartIdxWhere ){ in sqlite3CompleteInsertion()
2483 if( sqlite3ExprCompare(0, pSrc->pPartIdxWhere, pDest->pPartIdxWhere, -1) ){ in xferCompatibleIndex()
H A Dupdate.c128 if( pIdx->pPartIdxWhere==0 ) return 0; in indexWhereClauseMightChange()
129 return sqlite3ExprReferencesUpdatedColumn(pIdx->pPartIdxWhere, in indexWhereClauseMightChange()
H A Dalter.c1395 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameColumnFunc()
1587 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameTableFunc()
H A Dwherecode.c1958 if( pIdx->pPartIdxWhere ){ in sqlite3WhereCodeOneLoopStart()
1959 whereApplyPartialIndexConstraints(pIdx->pPartIdxWhere, iCur, pWC); in sqlite3WhereCodeOneLoopStart()
1962 testcase( pIdx->pPartIdxWhere ); in sqlite3WhereCodeOneLoopStart()
H A Danalyze.c1023 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0; in analyzeOneTable()
1519 if( pIndex->pPartIdxWhere==0 ){
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupsert.c141 if( pIdx->pPartIdxWhere ){ in sqlite3UpsertAnalyzeTarget()
144 pIdx->pPartIdxWhere, iCursor)!=0 ){ in sqlite3UpsertAnalyzeTarget()
H A Ddelete.c911 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateIndexKey()
914 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel, in sqlite3GenerateIndexKey()
925 if( pPrior && (regBase!=regPrior || pPrior->pPartIdxWhere) ) pPrior = 0; in sqlite3GenerateIndexKey()
H A Dinsert.c1953 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
1956 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, addrUniqueOk, in sqlite3GenerateConstraintChecks()
2166 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
2317 if( pIdx->pPartIdxWhere ){ in sqlite3CompleteInsertion()
2490 if( sqlite3ExprCompare(0, pSrc->pPartIdxWhere, pDest->pPartIdxWhere, -1) ){ in xferCompatibleIndex()
H A Dupdate.c128 if( pIdx->pPartIdxWhere==0 ) return 0; in indexWhereClauseMightChange()
129 return sqlite3ExprReferencesUpdatedColumn(pIdx->pPartIdxWhere, in indexWhereClauseMightChange()
H A Dalter.c1435 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameColumnFunc()
1627 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameTableFunc()
H A Dwherecode.c1979 if( pIdx->pPartIdxWhere ){ in sqlite3WhereCodeOneLoopStart()
1980 whereApplyPartialIndexConstraints(pIdx->pPartIdxWhere, iCur, pWC); in sqlite3WhereCodeOneLoopStart()
1983 testcase( pIdx->pPartIdxWhere ); in sqlite3WhereCodeOneLoopStart()
H A Danalyze.c1068 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0; in analyzeOneTable()
1589 if( pIndex->pPartIdxWhere==0 ){
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupsert.c155 if( pIdx->pPartIdxWhere ){ in sqlite3UpsertAnalyzeTarget()
158 pIdx->pPartIdxWhere, iCursor)!=0 ){ in sqlite3UpsertAnalyzeTarget()
H A Ddelete.c918 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateIndexKey()
921 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel, in sqlite3GenerateIndexKey()
932 if( pPrior && (regBase!=regPrior || pPrior->pPartIdxWhere) ) pPrior = 0; in sqlite3GenerateIndexKey()
H A Dinsert.c2087 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
2090 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, addrUniqueOk, in sqlite3GenerateConstraintChecks()
2300 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
2480 if( pIdx->pPartIdxWhere ){ in sqlite3CompleteInsertion()
2645 if( sqlite3ExprCompare(0, pSrc->pPartIdxWhere, pDest->pPartIdxWhere, -1) ){ in xferCompatibleIndex()
H A Dupdate.c128 if( pIdx->pPartIdxWhere==0 ) return 0; in indexWhereClauseMightChange()
129 return sqlite3ExprReferencesUpdatedColumn(pIdx->pPartIdxWhere, in indexWhereClauseMightChange()
H A Dwherecode.c1985 if( pIdx->pPartIdxWhere ){ in sqlite3WhereCodeOneLoopStart()
1986 whereApplyPartialIndexConstraints(pIdx->pPartIdxWhere, iCur, pWC); in sqlite3WhereCodeOneLoopStart()
1989 testcase( pIdx->pPartIdxWhere ); in sqlite3WhereCodeOneLoopStart()
H A Dalter.c1461 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameColumnFunc()
1653 sqlite3WalkExpr(&sWalker, sParse.pNewIndex->pPartIdxWhere); in renameTableFunc()
H A Danalyze.c1068 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0; in analyzeOneTable()
1589 if( pIndex->pPartIdxWhere==0 ){
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c853 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateIndexKey()
857 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel, in sqlite3GenerateIndexKey()
866 if( pPrior && (regBase!=regPrior || pPrior->pPartIdxWhere) ) pPrior = 0; in sqlite3GenerateIndexKey()
H A Dinsert.c1499 if( pIdx->pPartIdxWhere ){ in sqlite3GenerateConstraintChecks()
1502 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, addrUniqueOk, in sqlite3GenerateConstraintChecks()
1736 if( pIdx->pPartIdxWhere ){ in sqlite3CompleteInsertion()
1914 if( sqlite3ExprCompare(0, pSrc->pPartIdxWhere, pDest->pPartIdxWhere, -1) ){ in xferCompatibleIndex()
H A Danalyze.c1045 if( pIdx->pPartIdxWhere==0 ) needTableCnt = 0; in analyzeOneTable()
1542 if( pIndex->pPartIdxWhere==0 ){
H A Dupdate.c288 if( chngKey || hasFK>1 || pIdx->pPartIdxWhere || pIdx==pPk ){ in sqlite3Update()

123456789