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()
90139 const unsigned char *aKey = (const unsigned char *)pKey; local90148 idx = getVarint32(aKey, szHdr);90154 idx += getVarint32(&aKey[idx], serial_type);90160 sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem);90317 const unsigned char *aKey = (const unsigned char*)pKey; local90320 idx = getVarint32(aKey, szHdr);90324 idx += getVarint32(aKey+idx, notUsed);90559 static i64 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey){90565 testcase( aKey[0]&0x80 );90566 return ONE_BYTE_INT(aKey);[all …]