Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c5691 int nKey2, const void *pKey2 in uintCollFunc() argument
5697 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()
5703 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc()
5706 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
5711 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc()
5726 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()
6488 int nKey2, const void *pKey2 in decimalCollFunc() argument
6493 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); in decimalCollFunc()
H A Dsqlite3.c107137 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107141 sqlite3VdbeRecordUnpack(nKey2, pKey2, r2);
107164 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107168 sqlite3VdbeRecordUnpack(nKey2, pKey2, r2);
107183 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107204 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
107226 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107276 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
188154 int nKey2, const void *pKey2 argument
188158 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]