Lines Matching refs:aKey1
90199 const unsigned char *aKey1 = (const unsigned char *)pKey1; local
90219 idx1 = getVarint32(aKey1, szHdr1);
90230 idx1 += getVarint32( aKey1+idx1, serial_type1 );
90255 sqlite3VdbeSerialGet(&aKey1[d1], serial_type1, &mem1);
90627 const unsigned char *aKey1 = (const unsigned char *)pKey1; local
90634 u32 s1 = aKey1[1];
90638 idx1 = 1 + sqlite3GetVarint32(&aKey1[1], &s1);
90640 szHdr1 = aKey1[0];
90645 if( (szHdr1 = aKey1[0])<0x80 ){
90648 idx1 = sqlite3GetVarint32(aKey1, &szHdr1);
90671 serial_type = aKey1[idx1];
90678 serialGet7(&aKey1[d1], &mem1);
90681 i64 lhs = vdbeRecordDecodeInt(serial_type, &aKey1[d1]);
90693 serial_type = aKey1[idx1];
90704 if( serialGet7(&aKey1[d1], &mem1) ){
90714 sqlite3VdbeSerialGet(&aKey1[d1], serial_type, &mem1);
90722 getVarint32NR(&aKey1[idx1], serial_type);
90741 mem1.z = (char*)&aKey1[d1];
90747 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
90756 getVarint32NR(&aKey1[idx1], serial_type);
90768 if( !isAllZero((const char*)&aKey1[d1],nStr) ){
90775 rc = memcmp(&aKey1[d1], pRhs->z, nCmp);
90783 serial_type = aKey1[idx1];
90786 || (serial_type==7 && serialGet7(&aKey1[d1], &mem1)!=0)
90952 const u8 *aKey1 = (const u8*)pKey1; local
90960 serial_type = (signed char)(aKey1[1]);
90965 sqlite3GetVarint32(&aKey1[1], (u32*)&serial_type);
90975 int szHdr = aKey1[0];
90983 res = memcmp(&aKey1[szHdr], pPKey2->u.z, nCmp);