Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcsv.c859 int nConst = 0; in csvtabBestIndex() local
869 pIdxInfo->aConstraintUsage[nConst].argvIndex = nConst+1; in csvtabBestIndex()
870 nConst++; in csvtabBestIndex()
/sqlite-3.40.0/src/
H A Dselect.c4675 int nConst; /* Number for COLUMN=CONSTANT terms */ member
4709 for(i=0; i<pConst->nConst; i++){ in constInsert()
4722 pConst->nConst++; in constInsert()
4724 pConst->nConst*2*sizeof(Expr*)); in constInsert()
4726 pConst->nConst = 0; in constInsert()
4728 pConst->apExpr[pConst->nConst*2-2] = pColumn; in constInsert()
4729 pConst->apExpr[pConst->nConst*2-1] = pValue; in constInsert()
4788 for(i=0; i<pConst->nConst; i++){ in propagateConstantExprRewriteOne()
4905 x.nConst = 0; in propagateConstants()
4921 if( x.nConst ){ in propagateConstants()