Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c92601 int nStr = (serial_type - 12) / 2; local
92602 testcase( (d1+nStr)==(unsigned)nKey1 );
92603 testcase( (d1+nStr+1)==(unsigned)nKey1 );
92604 if( (d1+nStr) > (unsigned)nKey1 ){
92608 if( !isAllZero((const char*)&aKey1[d1],nStr) ){
92611 rc = nStr - pRhs->u.nZero;
92614 int nCmp = MIN(nStr, pRhs->n);
92616 if( rc==0 ) rc = nStr - pRhs->n;
92814 int nStr; local
92817 nStr = (serial_type-12) / 2;
[all …]