Home | History | Annotate | Download | only in dist

Lines Matching defs:isSorted

37984   u8 isSorted;                   /* True if pEntry is sorted */
38011 p->isSorted = 1;
38032 p->isSorted = 1;
38062 if( p->isSorted && rowid<=pLast->v ){
38063 p->isSorted = 0;
38120 assert( p->isSorted==0 );
38138 p->isSorted = 1;
38237 if( !p->isSorted ){