Lines Matching defs:bFlush
101550 int bFlush; /* True to flush contents of memory to PMA */
101588 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;
101590 bFlush = (
101595 if( bFlush ){
233735 int bFlush /* If true, write dlidx to disk */
233738 assert( bFlush==0 || (pWriter->nDlidx>0 && pWriter->aDlidx[0].buf.n>0) );
233742 if( bFlush ){