Home
last modified time | relevance | path

Searched refs:pKey1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c89108 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 Dshell.c3603 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()