Searched refs:pKey1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 89108 int nKey1, const void *pKey1, /* Left key */ 89117 const unsigned char *aKey1 = (const unsigned char *)pKey1; 89541 int nKey1, const void *pKey1, /* Left key */ 89552 const unsigned char *aKey1 = (const unsigned char *)pKey1; 89729 assert( vdbeRecordCompareDebug(nKey1, pKey1, pPKey2, rc) ); 89755 || vdbeRecordCompareDebug(nKey1, pKey1, pPKey2, pPKey2->default_rc) 89762 int nKey1, const void *pKey1, /* Left key */ 89765 return sqlite3VdbeRecordCompareWithSkip(nKey1, pKey1, pPKey2, 0); 89779 int nKey1, const void *pKey1, /* Left key */ 89782 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; [all …]
|
H A D | shell.c | 3603 int nKey1, const void *pKey1, in uintCollFunc() argument 3606 const unsigned char *zA = (const unsigned char*)pKey1; in uintCollFunc() 4334 int nKey1, const void *pKey1, in decimalCollFunc() argument 4337 const unsigned char *zA = (const unsigned char*)pKey1; in decimalCollFunc()
|