Searched refs:pKeyDup (Results 1 – 1 of 1) sorted by relevance
152197 KeyInfo *pKeyDup = 0; /* Comparison information for duplicate removal */ local152205 assert( pKeyDup==0 ); /* "Managed" code needs this. Ticket #3382. */152279 pKeyDup = sqlite3KeyInfoAlloc(db, nExpr, 1);152280 if( pKeyDup ){152281 assert( sqlite3KeyInfoIsWriteable(pKeyDup) );152283 pKeyDup->aColl[i] = multiSelectCollSeq(pParse, p, i);152284 pKeyDup->aSortFlags[i] = 0;152373 regPrev, pKeyDup, labelEnd);152382 regPrev, pKeyDup, labelEnd);152384 sqlite3KeyInfoUnref(pKeyDup);