Searched refs:nKey1 (Results 1 – 2 of 2) sorted by relevance
3603 int nKey1, const void *pKey1, in uintCollFunc() argument3610 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()3615 while( i<nKey1 && zA[i]=='0' ){ i++; } in uintCollFunc()3618 while( i+k<nKey1 && isdigit(zA[i+k]) in uintCollFunc()3622 if( i+k<nKey1 && isdigit(zA[i+k]) ){ in uintCollFunc()3639 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()4334 int nKey1, const void *pKey1, in decimalCollFunc() argument4339 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc()
89108 int nKey1, const void *pKey1, /* Left key */89156 if( d1+(u64)serial_type1+2>(u64)nKey189157 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)>(u64)nKey189161 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)<=(u64)nKey1+889541 int nKey1, const void *pKey1, /* Left key */89578 if( d1>(unsigned)nKey1 ){89655 testcase( (d1+mem1.n)==(unsigned)nKey1 );89656 testcase( (d1+mem1.n+1)==(unsigned)nKey1 );89657 if( (d1+mem1.n) > (unsigned)nKey189687 testcase( (d1+nStr)==(unsigned)nKey1 );[all …]