Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c3604 int nKey2, const void *pKey2 in uintCollFunc() argument
3607 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc()
4335 int nKey2, const void *pKey2 in decimalCollFunc() argument
4338 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc()
H A Dsqlite3.c103562 const void *pKey2, int nKey2 /* Right side of comparison */
103566 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103589 const void *pKey2, int nKey2 /* Right side of comparison */
103593 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103608 const void *pKey2, int nKey2 /* Right side of comparison */
103611 const u8 * const p2 = (const u8 * const)pKey2;
103629 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103650 const void *pKey2, int nKey2 /* Right side of comparison */
103653 const u8 * const p2 = (const u8 * const)pKey2;
103699 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
[all …]