Lines Matching refs:nKey2
103560 const void *pKey2, int nKey2 /* Right side of comparison */
103564 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103587 const void *pKey2, int nKey2 /* Right side of comparison */
103591 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103606 const void *pKey2, int nKey2 /* Right side of comparison */
103627 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103648 const void *pKey2, int nKey2 /* Right side of comparison */
103697 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
180819 int nKey2, const void *pKey2
180823 n = nKey1<nKey2 ? nKey1 : nKey2;
180830 rc = nKey1 - nKey2;
180842 int nKey2, const void *pKey2
180847 while( nKey2 && pK2[nKey2-1]==' ' ) nKey2--;
180848 return binCollFunc(pUser, nKey1, pKey1, nKey2, pKey2);
180871 int nKey2, const void *pKey2
180874 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
180877 r = nKey1-nKey2;