Searched refs:pConst (Results 1 – 1 of 1) sorted by relevance
21410 struct WhereConst *pConst; /* WHERE clause constants */ member153742 WhereConst *pConst, /* The WhereConst into which we are inserting */ argument153749 assert( sqlite3ExprIsConstant(pConst->pParse, pValue) );153753 if( !sqlite3IsBinary(sqlite3ExprCompareCollSeq(pConst->pParse,pExpr)) ){153759 for(i=0; i<pConst->nConst; i++){153760 const Expr *pE2 = pConst->apExpr[i*2];153770 pConst->bHasAffBlob = 1;153773 pConst->nConst++;153774 pConst->apExpr = sqlite3DbReallocOrFree(pConst->pParse->db, pConst->apExpr,153775 pConst->nConst*2*sizeof(Expr*));[all …]