Searched refs:pConst (Results 1 – 1 of 1) sorted by relevance
20223 struct WhereConst *pConst; /* WHERE clause constants */ member146556 WhereConst *pConst, /* The WhereConst into which we are inserting */146567 if( !sqlite3IsBinary(sqlite3ExprCompareCollSeq(pConst->pParse,pExpr)) ){146573 for(i=0; i<pConst->nConst; i++){146574 const Expr *pE2 = pConst->apExpr[i*2];146583 pConst->bHasAffBlob = 1;146586 pConst->nConst++;146587 pConst->apExpr = sqlite3DbReallocOrFree(pConst->pParse->db, pConst->apExpr,146588 pConst->nConst*2*sizeof(Expr*));146589 if( pConst->apExpr==0 ){[all …]