Searched refs:nKey1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 4515 int nKey1, const void *pKey1, in uintCollFunc() argument 4522 while( i<nKey1 && j<nKey2 ){ in uintCollFunc() 4527 while( i<nKey1 && zA[i]=='0' ){ i++; } in uintCollFunc() 4530 while( i+k<nKey1 && isdigit(zA[i+k]) in uintCollFunc() 4534 if( i+k<nKey1 && isdigit(zA[i+k]) ){ in uintCollFunc() 4551 return (nKey1 - i) - (nKey2 - j); in uintCollFunc() 4983 int nKey1, const void *pKey1, in decimalCollFunc() argument 4988 Decimal *pA = decimal_new(0, 0, nKey1, zA); in decimalCollFunc()
|
| H A D | sqlite3.c | 83301 if( d1+(u64)serial_type1+2>(u64)nKey1 83693 if( d1>(unsigned)nKey1 ){ 83995 if( (szHdr + nStr) > nKey1 ){ 167582 int nKey1, const void *pKey1, 167587 n = nKey1<nKey2 ? nKey1 : nKey2; 167594 rc = nKey1 - nKey2; 167605 int nKey1, const void *pKey1, 167610 while( nKey1 && pK1[nKey1-1]==' ' ) nKey1--; 167634 int nKey1, const void *pKey1, 167638 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2); [all …]
|