Home
last modified time | relevance | path

Searched refs:noHalt (Results 1 – 2 of 2) sorted by relevance

/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp3483 bool noHalt = false; in handleEngineStop() local
3491 noHalt = true; in handleEngineStop()
3496 if (!noHalt) { in handleEngineStop()
3498 noHalt = (0 != channels().skipNull()); in handleEngineStop()
3501 noHalt = noHalt || (0 != YateGkRegThread::s_count); in handleEngineStop()
3502 Debug(this,DebugAll,"Returning %s from %s handler",String::boolText(noHalt),msg.c_str()); in handleEngineStop()
3503 return noHalt; in handleEngineStop()
H A Dysipchan.cpp9365 bool noHalt = false; in received() local
9368 noHalt = noHalt || line->valid(); in received()
9372 if (!noHalt) { in received()
9374 noHalt = (0 != channels().skipNull()); in received()
9376 if (!noHalt) in received()
9377 noHalt = m_endpoint->engine()->hasInitialTransaction(); in received()
9378 Debug(this,DebugAll,"Returning %s from %s handler",String::boolText(noHalt),msg.c_str()); in received()
9379 return noHalt; in received()