Searched refs:aKey (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/pms/freebsd/driver/common/ |
| HD | lxosapi.c | 377 inline static U32 ostiMakeParamString( S08 *aKey, in ostiMakeParamString() argument 388 if( agNULL == aKey ) { in ostiMakeParamString() 400 strcat( aFullKey, aKey ); in ostiMakeParamString()
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 69172 const unsigned char *aKey = (const unsigned char *)pKey; 69181 idx = getVarint32(aKey, szHdr); 69187 idx += getVarint32(&aKey[idx], serial_type); 69192 d += sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem); 69325 const unsigned char *aKey = (const unsigned char*)pKey; 69328 idx = getVarint32(aKey, szHdr); 69332 idx += getVarint32(aKey+idx, notUsed); 69486 static i64 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey){ 69492 testcase( aKey[0]&0x80 ); 69493 return ONE_BYTE_INT(aKey); [all …]
|
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | 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;
|