Lines Matching refs:nKey1
61246 int nKey1, const void *pKey1, /* Left key */
61285 if( d1>=nKey1 && sqlite3VdbeSerialTypeLen(serial_type1)>0 ) break;
70585 void *pKey1, int nKey1, /* Left side of comparison */
70610 *pRes = sqlite3VdbeRecordCompare(nKey1, pKey1, r2);
110738 int nKey1, const void *pKey1,
110742 n = nKey1<nKey2 ? nKey1 : nKey2;
110746 && allSpaces(((char*)pKey1)+n, nKey1-n)
110751 rc = nKey1 - nKey2;
110768 int nKey1, const void *pKey1,
110772 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
110775 r = nKey1-nKey2;