Searched refs:pConst (Results 1 – 1 of 1) sorted by relevance
21388 struct WhereConst *pConst; /* WHERE clause constants */ member153512 WhereConst *pConst, /* The WhereConst into which we are inserting */ argument153519 assert( sqlite3ExprIsConstant(pConst->pParse, pValue) );153523 if( !sqlite3IsBinary(sqlite3ExprCompareCollSeq(pConst->pParse,pExpr)) ){153529 for(i=0; i<pConst->nConst; i++){153530 const Expr *pE2 = pConst->apExpr[i*2];153540 pConst->bHasAffBlob = 1;153543 pConst->nConst++;153544 pConst->apExpr = sqlite3DbReallocOrFree(pConst->pParse->db, pConst->apExpr,153545 pConst->nConst*2*sizeof(Expr*));[all …]