Searched refs:BUFFER_FLAG_DUMP (Results 1 – 2 of 2) sorted by relevance
380 case BUFFER_FLAG_DUMP: in bufferWriteThread()489 if( _hsl->pSystemState->bufFlags & BUFFER_FLAG_DUMP ) in bufferWriteThread()493 _hsl->pSystemState->dumpFlag = BUFFER_FLAG_DUMP; in bufferWriteThread()495 _hsl->pSystemState->bufFlags &= ~BUFFER_FLAG_DUMP; in bufferWriteThread()1013 _hsl->pSystemState->bufFlags |= BUFFER_FLAG_DUMP; in bufferAllocateWrite()
197 #define BUFFER_FLAG_DUMP 0x0001 macro