Searched refs:pKey1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 81599 int nKey1, const void *pKey1, /* Left key */ 82224 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; 82225 int serial_type = ((const u8*)pKey1)[1]; 82318 const u8 *aKey1 = (const u8*)pKey1; 161160 int nKey1, const void *pKey1, 161169 assert( pKey1 && pKey2 ); 161170 rc = memcmp(pKey1, pKey2, n); 161183 int nKey1, const void *pKey1, 161186 const u8 *pK1 = (const u8*)pKey1; 161212 int nKey1, const void *pKey1, [all …]
|
| H A D | shell.c | 4329 int nKey1, const void *pKey1, in uintCollFunc() argument 4332 const unsigned char *zA = (const unsigned char*)pKey1; in uintCollFunc()
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 61246 int nKey1, const void *pKey1, /* Left key */ 61255 const unsigned char *aKey1 = (const unsigned char *)pKey1; 70585 void *pKey1, int nKey1, /* Left side of comparison */ 70610 *pRes = sqlite3VdbeRecordCompare(nKey1, pKey1, r2); 110738 int nKey1, const void *pKey1, 110743 rc = memcmp(pKey1, pKey2, n); 110746 && allSpaces(((char*)pKey1)+n, nKey1-n) 110768 int nKey1, const void *pKey1, 110772 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2); 120612 return strncmp((const char*)pKey1,(const char*)pKey2,n1); [all …]
|