Lines Matching defs:nConst
142925 int nConst; /* Number for COLUMN=CONSTANT terms */
142959 for(i=0; i<pConst->nConst; i++){
142972 pConst->nConst++;
142974 pConst->nConst*2*sizeof(Expr*));
142976 pConst->nConst = 0;
142978 pConst->apExpr[pConst->nConst*2-2] = pColumn;
142979 pConst->apExpr[pConst->nConst*2-1] = pValue;
143038 for(i=0; i<pConst->nConst; i++){
143155 x.nConst = 0;
143171 if( x.nConst ){