Searched refs:nKey1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 3603 int nKey1, const void *pKey1, in uintCollFunc() argument 3610 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() argument 4339 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc()
|
| H A D | sqlite3.c | 89578 if( d1>(unsigned)nKey1 ){ 89738 if( d1>(unsigned)nKey1 ) break; 89903 if( (szHdr + nStr) > nKey1 ){ 180808 int nKey1, const void *pKey1, 180813 n = nKey1<nKey2 ? nKey1 : nKey2; 180820 rc = nKey1 - nKey2; 180831 int nKey1, const void *pKey1, 180836 while( nKey1 && pK1[nKey1-1]==' ' ) nKey1--; 180860 int nKey1, const void *pKey1, 180864 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2); [all …]
|