Searched refs:aColl (Results 1 – 1 of 1) sorted by relevance
19035 CollSeq *aColl[FLEXARRAY]; /* Collating sequence for each term of the key */ member19039 #define SZ_KEYINFO(N) (offsetof(KeyInfo,aColl) + (N)*sizeof(CollSeq*))87812 CollSeq *pColl = pKeyInfo->aColl[j];90261 pKeyInfo->nAllField>i ? pKeyInfo->aColl[i] : 0);90737 }else if( pKeyInfo->aColl[i] ){90743 &mem1, pRhs, pKeyInfo->aColl[i], &pPKey2->errCode91052 && p->pKeyInfo->aColl[0]==096839 pColl = pKeyInfo->aColl[i];105125 && (pKeyInfo->aColl[0]==0 || pKeyInfo->aColl[0]==db->pDfltColl)113996 pKeyInfo->aColl[i] = sqlite3BinaryCompareCollSeq([all …]