Home
last modified time | relevance | path

Searched refs:nChng (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c3442 int nChng /* Change in the number of documents */ in fts3UpdateDocTotals() argument
3480 if( nChng<0 && a[0]<(u32)(-nChng) ){ in fts3UpdateDocTotals()
3483 a[0] += nChng; in fts3UpdateDocTotals()
5663 int nChng = 0; /* Net change in number of documents */ in sqlite3Fts3UpdateMethod() local
5743 rc = fts3DeleteByRowid(p, pNewRowid, &nChng, aSzDel); in sqlite3Fts3UpdateMethod()
5757 rc = fts3DeleteByRowid(p, apVal[0], &nChng, aSzDel); in sqlite3Fts3UpdateMethod()
5779 nChng++; in sqlite3Fts3UpdateMethod()
5783 fts3UpdateDocTotals(&rc, p, aSzIns, aSzDel, nChng); in sqlite3Fts3UpdateMethod()
/sqlite-3.40.0/src/
H A Dselect.c4676 int nChng; /* Number of times a constant is propagated */ member
4797 pConst->nChng++; in propagateConstantExprRewriteOne()
4901 int nChng = 0; in propagateConstants() local
4906 x.nChng = 0; in propagateConstants()
4931 nChng += x.nChng; in propagateConstants()
4933 }while( x.nChng ); in propagateConstants()
4934 return nChng; in propagateConstants()
5049 int nChng = 0; in pushDownWhereTerms() local
5105 nChng++; in pushDownWhereTerms()
5122 nChng--; in pushDownWhereTerms()
[all …]