Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c377 inline static U32 ostiMakeParamString( S08 *aKey, in ostiMakeParamString() argument
388 if( agNULL == aKey ) { in ostiMakeParamString()
400 strcat( aFullKey, aKey ); in ostiMakeParamString()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c92121 const unsigned char *aKey = (const unsigned char *)pKey; local
92131 idx = getVarint32(aKey, szHdr);
92137 idx += getVarint32(&aKey[idx], serial_type);
92143 sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem);
92302 const unsigned char *aKey = (const unsigned char*)pKey; local
92305 idx = getVarint32(aKey, szHdr);
92309 idx += getVarint32(aKey+idx, notUsed);
92552 static i64 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey){ argument
92558 testcase( aKey[0]&0x80 );
92559 return ONE_BYTE_INT(aKey);
[all …]