Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c5690 int nKey1, const void *pKey1, in uintCollFunc() argument
5697 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()
5702 while( i<nKey1 && zA[i]=='0' ){ i++; } in uintCollFunc()
5705 while( i+k<nKey1 && isdigit(zA[i+k]) in uintCollFunc()
5709 if( i+k<nKey1 && isdigit(zA[i+k]) ){ in uintCollFunc()
5726 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()
6500 int nKey1, const void *pKey1, in decimalCollFunc() argument
6505 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc()
H A Dsqlite3.c92174 int nKey1, const void *pKey1, /* Left key */ argument
92222 if( d1+(u64)serial_type1+2>(u64)nKey1
92223 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)>(u64)nKey1
92227 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)<=(u64)nKey1+8
92608 int nKey1, const void *pKey1, /* Left key */ argument
92645 if( d1>(unsigned)nKey1 ){
92722 testcase( (d1+mem1.n)==(unsigned)nKey1 );
92723 testcase( (d1+mem1.n+1)==(unsigned)nKey1 );
92724 if( (d1+mem1.n) > (unsigned)nKey1
92754 testcase( (d1+nStr)==(unsigned)nKey1 );
[all …]