Searched refs:bRev (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3599 int bRev; /* True if we need to scan in reverse order */ local
3617 bRev = (pLevel->plan.wsFlags & WHERE_REVERSE)!=0;
3719 if( bRev ){
3752 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrBrk);
3763 testOp = bRev ? OP_Le : OP_Ge;
3765 testOp = bRev ? OP_Lt : OP_Gt;
3770 pLevel->op = bRev ? OP_Prev : OP_Next;
3820 OP_Rewind, /* 2: (!start_constraints && startEq && !bRev) */
3821 OP_Last, /* 3: (!start_constraints && startEq && bRev) */
3822 OP_SeekGt, /* 4: (start_constraints && !startEq && !bRev) */
[all...]
H A Dvdbe.c1865 int bRev; /* True for DESCENDING sort order */ local
1892 bRev = pKeyInfo->aSortOrder[i];
1895 if( bRev ) iCompare = -iCompare;
/external/sqlite/dist/orig/
H A Dsqlite3.c65061 int bRev; /* True for DESCENDING sort order */ member in struct:vdbeExecUnion::OP_Compare_stack_vars
106343 int bRev; /* True if we need to scan in reverse order */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65089 int bRev; /* True for DESCENDING sort order */ member in struct:vdbeExecUnion::OP_Compare_stack_vars
106379 int bRev; /* True if we need to scan in reverse order */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62717 int bRev; /* True for DESCENDING sort order */ member in struct:vdbeExecUnion::OP_Compare_stack_vars
101460 int bRev; /* True if we need to scan in reverse order */ local
[all...]

Completed in 502 milliseconds