Home | History | Annotate | Download | only in orig

Lines Matching defs:bFlush

81837   int bFlush;                     /* True to flush contents of memory to PMA */
81873 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;
81875 bFlush = (
81880 if( bFlush ){
175380 int bFlush /* If true, write dlidx to disk */
175383 assert( bFlush==0 || (pWriter->nDlidx>0 && pWriter->aDlidx[0].buf.n>0) );
175387 if( bFlush ){