Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c3590 int nKey2, const void *pKey2 in uintCollFunc() argument
3593 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc()
4321 int nKey2, const void *pKey2 in decimalCollFunc() argument
4324 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc()
H A Dsqlite3.c103022 const void *pKey2, int nKey2 /* Right side of comparison */
103026 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103049 const void *pKey2, int nKey2 /* Right side of comparison */
103053 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103068 const void *pKey2, int nKey2 /* Right side of comparison */
103071 const u8 * const p2 = (const u8 * const)pKey2;
103089 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103110 const void *pKey2, int nKey2 /* Right side of comparison */
103113 const u8 * const p2 = (const u8 * const)pKey2;
103159 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
[all …]