Home
last modified time | relevance | path

Searched refs:pKey2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c94467 const u8 * const p2 = (const u8 * const)pKey2;
94485 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
94509 const u8 * const p2 = (const u8 * const)pKey2;
161161 int nKey2, const void *pKey2
161169 assert( pKey1 && pKey2 );
161170 rc = memcmp(pKey1, pKey2, n);
161184 int nKey2, const void *pKey2
161187 const u8 *pK2 = (const u8*)pKey2;
161190 return binCollFunc(pUser, nKey1, pKey1, nKey2, pKey2);
161213 int nKey2, const void *pKey2
[all …]
H A Dshell.c4330 int nKey2, const void *pKey2 in uintCollFunc() argument
4333 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c70586 void *pKey2, int nKey2, /* Right side of comparison */
70594 if( pKey2 ){
70595 sqlite3VdbeRecordUnpack(pKeyInfo, nKey2, pKey2, r2);
110739 int nKey2, const void *pKey2
110743 rc = memcmp(pKey1, pKey2, n);
110747 && allSpaces(((char*)pKey2)+n, nKey2-n)
110769 int nKey2, const void *pKey2
110772 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
120610 static int fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2){
120612 return strncmp((const char*)pKey1,(const char*)pKey2,n1);
[all …]