Searched refs:nKey1 (Results 1 – 2 of 2) sorted by relevance
5690 int nKey1, const void *pKey1, in uintCollFunc() argument5697 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() argument6505 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc()
92174 int nKey1, const void *pKey1, /* Left key */ argument92222 if( d1+(u64)serial_type1+2>(u64)nKey192223 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)>(u64)nKey192227 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)<=(u64)nKey1+892608 int nKey1, const void *pKey1, /* Left key */ argument92645 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)nKey192754 testcase( (d1+nStr)==(unsigned)nKey1 );[all …]