Home
last modified time | relevance | path

Searched refs:nKey2 (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
3596 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()
3602 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc()
3605 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
3610 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
3625 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()
4321 int nKey2, const void *pKey2 in decimalCollFunc() argument
4326 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); 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 */
103089 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103110 const void *pKey2, int nKey2 /* Right side of comparison */
103159 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
179193 int nKey2, const void *pKey2
179197 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]