Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c3589 int nKey1, const void *pKey1, in uintCollFunc() argument
3596 while( i<nKey1 && j<nKey2 ){ in uintCollFunc()
3601 while( i<nKey1 && zA[i]=='0' ){ i++; } in uintCollFunc()
3604 while( i+k<nKey1 && isdigit(zA[i+k]) in uintCollFunc()
3608 if( i+k<nKey1 && isdigit(zA[i+k]) ){ in uintCollFunc()
3625 return (nKey1 - i) - (nKey2 - j); in uintCollFunc()
4320 int nKey1, const void *pKey1, in decimalCollFunc() argument
4325 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc()
H A Dsqlite3.c88615 int nKey1, const void *pKey1, /* Left key */
88663 if( d1+(u64)serial_type1+2>(u64)nKey1
88664 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)>(u64)nKey1
88668 && d1+(u64)sqlite3VdbeSerialTypeLen(serial_type1)<=(u64)nKey1+8
89050 int nKey1, const void *pKey1, /* Left key */
89087 if( d1>(unsigned)nKey1 ){
89160 testcase( (d1+mem1.n)==(unsigned)nKey1 );
89161 testcase( (d1+mem1.n+1)==(unsigned)nKey1 );
89162 if( (d1+mem1.n) > (unsigned)nKey1
89192 testcase( (d1+nStr)==(unsigned)nKey1 );
[all …]