Searched refs:aKey (Results 1 – 2 of 2) sorted by relevance
377 inline static U32 ostiMakeParamString( S08 *aKey, in ostiMakeParamString() argument388 if( agNULL == aKey ) { in ostiMakeParamString()400 strcat( aFullKey, aKey ); in ostiMakeParamString()
91969 const unsigned char *aKey = (const unsigned char *)pKey; local91979 idx = getVarint32(aKey, szHdr);91985 idx += getVarint32(&aKey[idx], serial_type);91991 sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem);92150 const unsigned char *aKey = (const unsigned char*)pKey; local92153 idx = getVarint32(aKey, szHdr);92157 idx += getVarint32(aKey+idx, notUsed);92400 static i64 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey){ argument92406 testcase( aKey[0]&0x80 );92407 return ONE_BYTE_INT(aKey);[all …]