Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:isSorted

35995   u8 isSorted;                   /* True if pEntry is sorted */
36022 p->isSorted = 1;
36043 p->isSorted = 1;
36073 if( p->isSorted && rowid<=pLast->v ){
36074 p->isSorted = 0;
36131 assert( p->isSorted==0 );
36149 p->isSorted = 1;
36248 if( !p->isSorted ){