Searched refs:pKey1 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 88615 int nKey1, const void *pKey1, /* Left key */ 88624 const unsigned char *aKey1 = (const unsigned char *)pKey1; 89050 int nKey1, const void *pKey1, /* Left key */ 89061 const unsigned char *aKey1 = (const unsigned char *)pKey1; 89227 assert( vdbeRecordCompareDebug(nKey1, pKey1, pPKey2, rc) ); 89253 || vdbeRecordCompareDebug(nKey1, pKey1, pPKey2, pPKey2->default_rc) 89260 int nKey1, const void *pKey1, /* Left key */ 89263 return sqlite3VdbeRecordCompareWithSkip(nKey1, pKey1, pPKey2, 0); 89277 int nKey1, const void *pKey1, /* Left key */ 89280 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; [all …]
|
H A D | shell.c | 3589 int nKey1, const void *pKey1, in uintCollFunc() argument 3592 const unsigned char *zA = (const unsigned char*)pKey1; in uintCollFunc() 4320 int nKey1, const void *pKey1, in decimalCollFunc() argument 4323 const unsigned char *zA = (const unsigned char*)pKey1; in decimalCollFunc()
|