Lines Matching refs:nKey2
103562 const void *pKey2, int nKey2 /* Right side of comparison */
103566 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103589 const void *pKey2, int nKey2 /* Right side of comparison */
103593 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103608 const void *pKey2, int nKey2 /* Right side of comparison */
103629 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103650 const void *pKey2, int nKey2 /* Right side of comparison */
103699 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
180809 int nKey2, const void *pKey2
180813 n = nKey1<nKey2 ? nKey1 : nKey2;
180820 rc = nKey1 - nKey2;
180832 int nKey2, const void *pKey2
180837 while( nKey2 && pK2[nKey2-1]==' ' ) nKey2--;
180838 return binCollFunc(pUser, nKey1, pKey1, nKey2, pKey2);
180861 int nKey2, const void *pKey2
180864 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
180867 r = nKey1-nKey2;