Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c92753 int nStr = (serial_type - 12) / 2; local
92754 testcase( (d1+nStr)==(unsigned)nKey1 );
92755 testcase( (d1+nStr+1)==(unsigned)nKey1 );
92756 if( (d1+nStr) > (unsigned)nKey1 ){
92760 if( !isAllZero((const char*)&aKey1[d1],nStr) ){
92763 rc = nStr - pRhs->u.nZero;
92766 int nCmp = MIN(nStr, pRhs->n);
92768 if( rc==0 ) rc = nStr - pRhs->n;
92966 int nStr; local
92969 nStr = (serial_type-12) / 2;
[all …]