Lines Matching refs:nKey2
103476 const void *pKey2, int nKey2 /* Right side of comparison */
103480 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103503 const void *pKey2, int nKey2 /* Right side of comparison */
103507 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103522 const void *pKey2, int nKey2 /* Right side of comparison */
103543 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103564 const void *pKey2, int nKey2 /* Right side of comparison */
103613 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
184832 int nKey2, const void *pKey2
184836 n = nKey1<nKey2 ? nKey1 : nKey2;
184843 rc = nKey1 - nKey2;
184855 int nKey2, const void *pKey2
184860 while( nKey2 && pK2[nKey2-1]==' ' ) nKey2--;
184861 return binCollFunc(pUser, nKey1, pKey1, nKey2, pKey2);
184884 int nKey2, const void *pKey2
184887 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
184890 r = nKey1-nKey2;