Searched refs:aKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/pms/freebsd/driver/common/ |
| D | lxosapi.c | 377 inline static U32 ostiMakeParamString( S08 *aKey, in ostiMakeParamString() argument 388 if( agNULL == aKey ) { in ostiMakeParamString() 400 strcat( aFullKey, aKey ); in ostiMakeParamString()
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 88114 const unsigned char *aKey = (const unsigned char *)pKey; 88123 idx = getVarint32(aKey, szHdr); 88129 idx += getVarint32(&aKey[idx], serial_type); 88135 sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem); 88292 const unsigned char *aKey = (const unsigned char*)pKey; 88295 idx = getVarint32(aKey, szHdr); 88299 idx += getVarint32(aKey+idx, notUsed); 88543 static i64 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey){ 88549 testcase( aKey[0]&0x80 ); 88550 return ONE_BYTE_INT(aKey); [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 61191 const unsigned char *aKey = (const unsigned char *)pKey; 61200 idx = getVarint32(aKey, szHdr); 61206 idx += getVarint32(&aKey[idx], serial_type); 61211 d += sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem); 70398 u8 *aKey; /* Pointer to current key */ 70475 pIter->aKey = &pIter->aAlloc[iOff]; 70647 pCsr, 0, p1->aKey, p1->nKey, p2->aKey, p2->nKey, &res 71110 pKey = pIter->aKey;
|