Searched refs:isLockoutBound (Results 1 – 3 of 3) sorted by relevance
298 unsigned isLockoutBound : 1; //10)SET if the session is bound to member
407 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET) in SessionCreate()
103 if(session->attributes.isLockoutBound == SET) in IncrementLockout()1317 result = CheckLockedOut(session->attributes.isLockoutBound == SET); in ParseSessionBuffer()