Home | History | Annotate | Download | only in orig

Lines Matching defs:isSorted

37973   u8 isSorted;                   /* True if pEntry is sorted */
38000 p->isSorted = 1;
38021 p->isSorted = 1;
38051 if( p->isSorted && rowid<=pLast->v ){
38052 p->isSorted = 0;
38109 assert( p->isSorted==0 );
38127 p->isSorted = 1;
38226 if( !p->isSorted ){