Home
last modified time | relevance | path

Searched refs:nKey2 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c3591 int nKey2, const void *pKey2 in uintCollFunc() argument
3597 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()
3603 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc()
3606 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
3611 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
3626 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()
4322 int nKey2, const void *pKey2 in decimalCollFunc() argument
4327 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); in decimalCollFunc()
H A Dsqlite3.c102686 const void *pKey2, int nKey2 /* Right side of comparison */
102690 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
102713 const void *pKey2, int nKey2 /* Right side of comparison */
102717 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
102732 const void *pKey2, int nKey2 /* Right side of comparison */
102753 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
102774 const void *pKey2, int nKey2 /* Right side of comparison */
102823 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
178831 int nKey2, const void *pKey2
178835 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c3586 int nKey2, const void *pKey2 in uintCollFunc() argument
3592 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()
3598 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc()
3601 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
3606 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
3621 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()
4317 int nKey2, const void *pKey2 in decimalCollFunc() argument
4322 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); in decimalCollFunc()
H A Dsqlite3.c102670 const void *pKey2, int nKey2 /* Right side of comparison */
102674 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
102697 const void *pKey2, int nKey2 /* Right side of comparison */
102701 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
102716 const void *pKey2, int nKey2 /* Right side of comparison */
102737 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
102758 const void *pKey2, int nKey2 /* Right side of comparison */
102807 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
178815 int nKey2, const void *pKey2
178819 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c103560 const void *pKey2, int nKey2 /* Right side of comparison */
103564 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103587 const void *pKey2, int nKey2 /* Right side of comparison */
103591 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103606 const void *pKey2, int nKey2 /* Right side of comparison */
103627 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103648 const void *pKey2, int nKey2 /* Right side of comparison */
103697 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
180819 int nKey2, const void *pKey2
180823 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c103476 const void *pKey2, int nKey2 /* Right side of comparison */
103480 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103503 const void *pKey2, int nKey2 /* Right side of comparison */
103507 sqlite3VdbeRecordUnpack(pTask->pSorter->pKeyInfo, nKey2, pKey2, r2);
103522 const void *pKey2, int nKey2 /* Right side of comparison */
103543 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
103564 const void *pKey2, int nKey2 /* Right side of comparison */
103613 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
184832 int nKey2, const void *pKey2
184836 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]