Searched refs:pKey2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/sqlite3/ |
| D | shell.c | 2866 int nKey2, const void *pKey2 in uintCollFunc() argument 2869 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc() 3597 int nKey2, const void *pKey2 in decimalCollFunc() argument 3600 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc()
|
| D | sqlite3.c | 102512 const void *pKey2, int nKey2 /* Right side of comparison */ 102516 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2); 102539 const void *pKey2, int nKey2 /* Right side of comparison */ 102543 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2); 102558 const void *pKey2, int nKey2 /* Right side of comparison */ 102561 const u8 * const p2 = (const u8 * const)pKey2; 102579 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2 102600 const void *pKey2, int nKey2 /* Right side of comparison */ 102603 const u8 * const p2 = (const u8 * const)pKey2; 102649 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2 [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 70586 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 …]
|