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()
6501 int nKey2, const void *pKey2 in decimalCollFunc() argument
6506 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); in decimalCollFunc()
H A Dsqlite3.c107295 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107299 sqlite3VdbeRecordUnpack(nKey2, pKey2, r2);
107322 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107326 sqlite3VdbeRecordUnpack(nKey2, pKey2, r2);
107341 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107362 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
107384 const void *pKey2, int nKey2 /* Right side of comparison */ argument
107434 pTask, pbKey2Cached, pKey1, nKey1, pKey2, nKey2
188409 int nKey2, const void *pKey2 argument
188413 n = nKey1<nKey2 ? nKey1 : nKey2;
[all …]