Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c90624 Mem *pRhs = pPKey2->aMem; /* Next field of pPKey2 to compare */ local
90642 pRhs++;
90667 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
90668 testcase( pRhs->flags & MEM_Int );
90669 testcase( pRhs->flags & MEM_IntReal );
90678 rc = -sqlite3IntFloatCompare(pRhs->u.i, mem1.u.r);
90681 i64 rhs = pRhs->u.i;
90691 else if( pRhs->flags & MEM_Real ){
90705 }else if( mem1.u.r<pRhs->u.r ){
90707 }else if( mem1.u.r>pRhs->u.r ){
[all …]