Searched refs:bEmpty (Results 1 – 2 of 2) sorted by relevance
130 bool bEmpty; in remove() local132 bEmpty = wl.empty() & 1; in remove()134 if (!bEmpty) { in remove()141 return !bEmpty; in remove()
204472 int bEmpty = 0;204475 bEmpty = 1;204490 if( bEmpty==0 ){232020 int bEmpty;232023 bEmpty = 0;232024 rc = sessionChangesetNextOne(p, paRec, pnRec, pbNew, &bEmpty);232025 }while( rc==SQLITE_ROW && p->bSkipEmpty && bEmpty);249660 int bEmpty = (pPg && pPg->nn==4);249662 if( bEmpty==0 ) break;