Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c90761 int nStr = (serial_type - 12) / 2; local
90762 testcase( (d1+nStr)==(unsigned)nKey1 );
90763 testcase( (d1+nStr+1)==(unsigned)nKey1 );
90764 if( (d1+nStr) > (unsigned)nKey1 ){
90768 if( !isAllZero((const char*)&aKey1[d1],nStr) ){
90771 rc = nStr - pRhs->u.nZero;
90774 int nCmp = MIN(nStr, pRhs->n);
90776 if( rc==0 ) rc = nStr - pRhs->n;
90974 int nStr; local
90977 nStr = (serial_type-12) / 2;
[all …]