Lines Matching refs:nKey2
104864 const void *pKey2, int nKey2 /* Right side of comparison */
104868 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
104891 const void *pKey2, int nKey2 /* Right side of comparison */
104895 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
104910 const void *pKey2, int nKey2 /* Right side of comparison */
104931 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
104952 const void *pKey2, int nKey2 /* Right side of comparison */
105001 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
183680 int nKey2, const void *pKey2
183684 n = nKey1<nKey2 ? nKey1 : nKey2;
183691 rc = nKey1 - nKey2;
183703 int nKey2, const void *pKey2
183708 while( nKey2 && pK2[nKey2-1]==' ' ) nKey2--;
183709 return binCollFunc(pUser, nKey1, pKey1, nKey2, pKey2);
183732 int nKey2, const void *pKey2
183735 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
183738 r = nKey1-nKey2;