Searched refs:aColl (Results 1 – 1 of 1) sorted by relevance
19667 CollSeq *aColl[FLEXARRAY]; /* Collating sequence for each term of the key */ member19673 #define SZ_KEYINFO(N) (offsetof(KeyInfo,aColl) + (N)*sizeof(CollSeq*))19677 # define SZ_KEYINFO_0 offsetof(KeyInfo,aColl)89639 CollSeq *pColl = pKeyInfo->aColl[j];92093 pKeyInfo->nAllField>i ? pKeyInfo->aColl[i] : 0);92577 }else if( pKeyInfo->aColl[i] ){92583 &mem1, pRhs, pKeyInfo->aColl[i], &pPKey2->errCode92893 && p->pKeyInfo->aColl[0]==093224 res = sqlite3MemCompare(&mem, &p->aMem[ii], p->pKeyInfo->aColl[ii]);98983 pColl = pKeyInfo->aColl[i];[all …]