Searched refs:pKeyDup (Results 1 – 1 of 1) sorted by relevance
152427 KeyInfo *pKeyDup = 0; /* Comparison information for duplicate removal */ local152435 assert( pKeyDup==0 ); /* "Managed" code needs this. Ticket #3382. */152509 pKeyDup = sqlite3KeyInfoAlloc(db, nExpr, 1);152510 if( pKeyDup ){152511 assert( sqlite3KeyInfoIsWriteable(pKeyDup) );152513 pKeyDup->aColl[i] = multiSelectCollSeq(pParse, p, i);152514 pKeyDup->aSortFlags[i] = 0;152603 regPrev, pKeyDup, labelEnd);152612 regPrev, pKeyDup, labelEnd);152614 sqlite3KeyInfoUnref(pKeyDup);