Searched refs:aColl (Results 1 – 1 of 1) sorted by relevance
19688 CollSeq *aColl[FLEXARRAY]; /* Collating sequence for each term of the key */ member19694 #define SZ_KEYINFO(N) (offsetof(KeyInfo,aColl) + (N)*sizeof(CollSeq*))19698 # define SZ_KEYINFO_0 offsetof(KeyInfo,aColl)89791 CollSeq *pColl = pKeyInfo->aColl[j];92245 pKeyInfo->nAllField>i ? pKeyInfo->aColl[i] : 0);92729 }else if( pKeyInfo->aColl[i] ){92735 &mem1, pRhs, pKeyInfo->aColl[i], &pPKey2->errCode93045 && p->pKeyInfo->aColl[0]==093376 res = sqlite3MemCompare(&mem, &p->aMem[ii], p->pKeyInfo->aColl[ii]);99141 pColl = pKeyInfo->aColl[i];[all …]